68
Class Documentation
14.2.2.43
static void IDTechSDK.IDT_KioskIII.setCallback ( IntPtr
my_Callback,
SynchronizationContext
context
)
[static]
Set Callback
Sets the class callback
Parameters
my_Callback
The callback function to receive the response message from device. defined as follows. public
unsafe delegate void MFCCallBack(Parameters parameters);
context
The context of the UI thread
14.2.2.44
static void IDTechSDK.IDT_KioskIII.setCommandTimeout ( int
milliseconds
)
[static]
Set Command Timeout
Sets the default timeout (in milliseconds) waiting for a blocking command response
Parameters
milliseconds
Time
14.2.2.45
static bool IDTechSDK.IDT_KioskIII.useSerialPort ( int
port
)
[static]
Use Serial Port Interface
Instructs SDK to attempt to use the Serial Port for communication with Kiosk III/IV using default baud rate
Parameters
port
Serial Port to use. Example COM1 = 1.
Returns
bool TRUE=successful, FALSE=failure
14.2.2.46
static bool IDTechSDK.IDT_KioskIII.useSerialPort ( int
port,
int
baud
)
[static]
Use Serial Port Interface with baud rate
Instructs SDK to attempt to use the Serial Port for communication with Kiosk III/IV
Parameters
port
Serial Port to use. Example COM1 = 1.
baud
Baud rate to override default. Example 115200;
Returns
bool TRUE=successful, FALSE=failure
#80136501-001 IDTech Windows SDK Guide for Kiosk III/IV