Used to specify script subroutines to call when AUX events occur. The parent element for AUX port settings in ArcPadPrefs.apx. Used to specify script subroutines to call when AUX events occur.
AUX
Used to specify script subroutines to call when AUX events occur. The parent element for AUX port settings in ArcPadPrefs.apx. Used to specify script subroutines to call when AUX events occur.
|
Name | Type | Use | Default | Fixed | Description |
---|---|---|---|---|---|
onclose | optional | Specify the script to run when this event occurs | |||
oncomm | optional | Specify the script to run when this event occurs | |||
onopen | optional | Specify the script to run when this event occurs |
<AUX | |
When parent element is SYSTEMOBJECTS: onclose ="script to run" oncomm ="script to run" onopen ="script to run" > When parent element is PREFERENCES: <COMPORT... /> </AUX > |
Attribute | Usage |
---|---|
onclose | Specify the script to run when this event occurs |
oncomm | Specify the script to run when this event occurs |
onopen | Specify the script to run when this event occurs |
The subroutine called should be located in the file specified in the SCRIPT element.
|