User Guide
4-18 Preliminary Draft Ampex 1308904-X4
Model No.
Running Head
aclGetParam ACL Application Programmer’s Guide
4.8 aclGetParam
NAME
aclGetParam() - get the current ACL configuration parameter settings.
SYNOPSIS
#include <acl.h>
int aclGetParam(char *device, aclParam_t *param);
DESCRIPTION
aclGetParam() gets the current settings of the ACL configuration parameters. These
parameters define ACL behavior as described below. To change a configuration parameter
setting, use the aclSetParam() function.
aclGetParam() is available to all users.
PARAMETERS
*device Pointer or string specifying the device special file associated with the
ACL.
*param Pointer to a structure of type
aclParam_t.
USAGE
aclGetParam() reports the configuration parameter settings in the *param structure.
typedef struct
{
unsigned char AutoEject;
unsigned char AutoAuditOverride;
unsigned char BarcodeReqEnable;
unsigned char AutoImport;
}aclParam_t;