Preferences Schema
AUX Element
See Also  Send comments on this topic.
Preferences Schema : AUX Element

Glossary Item Box

Description

The parent element for AUX port settings in ArcPadPrefs.apx. 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.

Diagram

COMPORT Element Sequence AUX Element

Overview

AUX
The parent element for AUX port settings in ArcPadPrefs.apx. 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.
Sequence
COMPORT
Used to define serial port settings for the AUX or GPS port in ArcPadPrefs.apx.

Remarks

<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.

Examples

Source

<xs:element name="AUX" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The parent element for AUX port settings in ArcPadPrefs.apx. Used to specify script subroutines to call when AUX events occur.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="pre:COMPORT" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.