ArcPad Scripting Object Model
ReadByte Method
See Also  Send comments on this topic.
wait
Optional. A Boolean that specifies the Wait state.
AUX Object : ReadByte Method

Glossary Item Box

Description

Reads a single byte from the AUX port.

Syntax

object.ReadByte ( [Wait] )

Parameters

wait
Optional. A Boolean that specifies the Wait state.

Return Type

Integer

Remarks

Wait is a boolean representing the the wait state. If Wait is True, data will not be read from the AUX port until a carriage return is detected. If Wait is False, data will be read from the AUX port immediately. If not specified, Wait is False. [Optional].

See Also

© 2012 All Rights Reserved.