useful for adapting old DLL-based code to use the new ActiveX system.
MapTermID
Parameters:
TermNumber
Function: Returns the actual terminal ID letter code for a given terminal number. Use the returned
character to match with the Terminal ID programmed into a non-802 RF Terminal. This
is provided for backwards compatibility and should not be used for new host
applications.
GetMACAddress
Parameters:
TermNumber
Function: Returns the actual MAC address of the terminal associated with a given ID code.
SendBatchProgram
Parameters:
termID, File Name
Function: Send the batch program indicated by the file name (which should include complete
path) to the Active Terminal.
SendBatchDataACK
Parameters:
termID
Function: Sends “@A” to Active Terminal to indicate that the Application Server has received the
data and that the Terminal should continue operating in Batch Mode.
PollServer
Parameters:
none
Function: Instructs the ActiveX control to poll the Server for any waiting data. If the
InternalPolling
property is set to False,
PollServer
should be called approximately once
per second.
GetErrCode
Parameters:
none
Function: Returns code for the most recent error. Calling this method resets the Error Code to 0.
Error Codes
0. No Error
3. Serial Out Data Too Long
6. Requested display height greater than 240 pixels
7. Connection Host Warning (see application server log)
8. Connection Host Error (see application server log)
88