ReadTerminalInfo Method

This member of Class WaveLinkTerminal is supported on iOS, Windows Mobile, Windows CE, Palm, and DOS.

The ReadTerminalInfo Method queries the current device for its terminal information. This is done automatically at object creation and may be repeated to get accurate values for the non-static fields.

Syntax

public void ReadTerminalInfo()
throws WaveLinkError

Throws

WaveLinkError

Remarks

To update any changes you have made to a device settings, use the SetTerminalInfo Method.

The ReadTerminalInfo Method is supported on CE but the terminal information returned may or may not reflect the actual parameters on the device. The values for several parameters are hard-coded values that are returned by all CE devices.

Example

WaveLinkTerminal termIface = new WaveLinkTerminal();

try {

// Request the current info from the device.

}

catch (WaveLinkError wlErr) {

//Do error handling

}

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal