ReadTerminalInfo Method

This member of RFTerminal Object is supported on iOS, Windows Mobile, Windows CE, Palm, and DOS.

For network efficiency purposes, the settings within the RFTerminal object are initially only set when the object is first created. The ReadTerminalInfo method updates the RFTerminal object with these values.

VB

bStatus = object.ReadTerminalInfo ()

VC++

HRESULT hr = object->ReadTerminalInfo(BOOL *bStatus);

Return Value

bStatus

The status of the function returned as Boolean True or False values. Use the RFGetLastError method to return the error value.

Remarks

To update any changes you have made to an RF device, use the SetTerminalInfo Method.

Example

' VB Sample Code
Dim termIface As New RFTERMINAL
.
.
.
' request the current info from the device.
termIface.ReadTerminalInfo

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal