SystemCall Method

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

The SystemCall method lets you execute common DOS commands and functions on an RF device.

VB

bStatus = object.SystemCall (pszSystemCall)

VC++

HRESULT hr = object->SystemCall (LPCTSTR pszSystemCall, 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.

Parameters

pszSystemCall

The DOS command you wish to execute. For example, for a directory listing of the RF device, simply pass "DIR".

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal