![IDTECH Kiosk III Sdk Manual Download Page 71](http://html.mh-extra.com/html/idtech/kiosk-iii/kiosk-iii_sdk-manual_618746071.webp)
14.2 IDTechSDK.IDT_KioskIII Class Reference
63
Returns
RETURN_CODE: Values can be parsed with device_getResponseCodeString
14.2.2.31
RETURN_CODE IDTechSDK.IDT_KioskIII.device_sendVivoCommandP2 ( byte
command,
byte
subCommand,
byte[ ]
data,
ref byte[ ]
response
)
Send Vivo Command Protocol 2
Sends a protocol 2 command to Vivo readers (IDG/NEO)
Parameters
command
Command
subCommand
Sub-Command
data
Data. May be null
response
Response
Returns
RETURN_CODE: Values can be parsed with errorCode.getErrorString()
14.2.2.32
RETURN_CODE IDTechSDK.IDT_KioskIII.device_sendVivoCommandP2_ext ( byte
command,
byte
subCommand,
byte[ ]
data,
ref byte[ ]
response,
int
timeout,
bool
noResponse
)
Send Vivo Command Protocol 2 Extended
Sends a protocol 2 command to Vivo readers (IDG/NEO)
Parameters
command
Command
subCommand
Sub-Command
data
Data. May be null
response
Response
timeout
Timeout, in milliseconds (3000 = 3 seconds)
noResponse
TRUE = don't wait for response, FALSE = wait for response defined by timeout
Returns
RETURN_CODE: Values can be parsed with errorCode.getErrorString()
14.2.2.33
RETURN_CODE IDTechSDK.IDT_KioskIII.device_setBurstMode ( byte
mode
)
Send Burst Mode
Sets the burst mode forthe device.
Parameters
mode
0 = OFF, 1 = Always On, 2 = Auto Exit
IDTech Windows SDK Guide for Kiosk III/IV #80136501-001