Open a Connection [OPEN]
Method Name: OPEN
Open the connection with the device
It is the first method to be called. It performs all init functions for the driver and returns a Handle
Request
Standard parameters only
Response:
Level | Node Name | Node Value(s) | Notes |
---|---|---|---|
1 | Handle | <integer> | The handle allocated by the driver. |
Example:
XML
<ReceiptPrinterManagerResponse>
<Handle>1</Handle>
<Error>False</Error>
<ErrorText/>
<LogFileName/>
</ReceiptPrinterManagerResponse>