ArcPad Scripting Object Model
AUX Object Members
See Also  Overview  Send comments on this topic.

Glossary Item Box

Public Methods

Public Method CloseCloses the connection to the AUX port.
Public Method OpenOpens the connection to the AUX port.
Public Method ReadReads the specified number of characters from the AUX port.
Public Method ReadByteReads a single byte from the AUX port.
Public Method ReadLineReads a line of data from the AUX port up to, but not including, the newline character.
Public Method WriteWrites the specified text to the AUX port.
Public Method WriteByteWrites a single byte to the AUX port.
Public Method WriteLineWrites an optional string and newline character to the AUX port.
Public Method WriteSentenceWrites a string and newline character to the AUX port. A NMEA checksum is automatically appended to the end of the string before sending (that is, a * followed by a 2 character hex value).

Public Properties

Public Property BreakClears or sets the break signal state.
Public Property CommEventReturns the most recent communication event or error.
Public Property InBufferCountReturns the number of characters waiting in the receive buffer or clears the receive buffer.
Public Property IsOpenReturns True if the AUX port is open; False otherwise.
Public Property OutBufferCountReturns the number of characters waiting in the transmit buffer or clears the transmit buffer.

Events

Public Event OnCloseOccurs when the AUX port is closed.
Public Event OnCommOccurs when data is sent to or received by the auxiliary (AUX) port.
Public Event OnOpenOccurs when the AUX port is opened.

See Also

© 2012 All Rights Reserved.