User Guide
4-12 Ampex 1308910-01
Model No.
Running Head
aclGetParam ACL Application Programmer’s Guide
4.6 aclGetParam
NAME
aclGetParam() - get 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; /* keyword: %auto_store */
unsigned char AutoAuditOverride; /* keyword:
%auto_audit_override */
unsigned char BarcodeReqEnable; /* keyword: %barcode_required */
unsigned char AutoImport; /* keyword: %_auto_import
}aclParam_t;