GeoCOM Reference Manual
Communications – COM
Leica TPS1200 – Version 1.50
99
10.3.5
COM_GetBinaryAvailable - getting the binary attribute of the server
COM_GetBinaryAvailable ............................................................................................................................................................................................................................................................................
Available
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 113
113 .................................................................................................................................................................................................................................................................COM_GetBinary
C-Declaration
COM_GetBinaryAvailable(BOOLE &bAvailable)
VB-Declaration
VB_COM_GetBinaryAvailable(bAvailable As Long)
ASCII-Request
%R1Q,113:
ASCII-Response
%R1P,0,0:
RC, bAvailable[Boolean]
Remarks
This function gets the ability information about the server to handle binary communication. The client may make
requests in binary format which speeds up the communication by about 40-50%.
Parameters
bAvailable Out
TRUE
: binary operation enabled.
FALSE
: ASCII operation enabled.
Return-Code Names and Return-Code Values
GRC_OK
0 Execution
successful.
See Also
COM_SetBinaryAvailable
COM_SetFormat
COM_GetFormat