Socket ScanAPI Reference
deviceName:
[in] usually set to NULL in order to open ScanAPI object or it could be set to
"{11D47F36-BE62-4D28-9177-89F1BF3DDD4B}" to open ScanAPI object without a
listener thread. This last case is mostly used to edit a ScanAPI configuration without
conflicting with another application using ScanAPI.
long ISktScanDevice.Open(
String deviceName
);
deviceName
[in] the scanner device GUID in a string to open a device.
Java:
long ISktScanApi.Open(
String deviceName
);
deviceName:
[in] usually set to NULL in order to open ScanAPI object or it could be set to
"{11D47F36-BE62-4D28-9177-89F1BF3DDD4B}" to open ScanAPI object without a
listener thread. This last case is mostly used to edit a ScanAPI configuration without
conflicting with another application using ScanAPI.
long ISktScanDevice.Open(
String deviceName
);
deviceName
[in] the scanner device GUID as a string to open a particular device. This
device GUID can be retrieved from the Device Arrival message event.
Objective C:
-(SKTRESULT) open: (NSString*)deviceName;
of the protocol ISktScanApi.
deviceName:
[in] usually set to NULL in order to open ScanAPI object or it could be set to
"{11D47f36-BE62-4D28-9177-89F1BF3DDD4B}" to open ScanAPI object without a
listener thread. This latter case is used to edit a ScanAPI configuration without
conflicting with another application using ScanAPI.
Same message prototype for a device but this time from the protocol
ISktScanDevice.
-(SKTRESULT) open: (NNString*) deviceName;
© 2013 Socket Mobile, Inc.
43/152
Need help?
Do you have a question about the ScanAPI and is the answer not in the manual?