ArcPad Scripting Object Model
Read Method
See Also  Send comments on this topic.
nCharacters
Required. An Integer that specifies the number of characters to read.
wait
Optional. A Boolean that specifies the Wait state.
AUX Object : Read Method

Glossary Item Box

Description

Reads the specified number of characters from the AUX port.

Syntax

object.Read ( nCharacters [,Wait] )

Parameters

nCharacters
Required. An Integer that specifies the number of characters to read.
wait
Optional. A Boolean that specifies the Wait state.

Return Type

String

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.