96
Class Documentation
Returns
Verbose error description
13.7.2.31
- (bool) device_isConnected: (IDT_DEVICE_Types)
device
Is Device Connected
Returns the connection status of the requested device
Parameters
device
Check connectivity of device type
typedef enum
{
IDT_DEVICE_NEO2_IOS = 16
}IDT_DEVICE_Types;
13.7.2.32
- (RETURN_CODE) device_sendIDGCommand: (unsigned char)
command
subCommand:(unsigned char)
subCommand
data:(NSData
∗
)
data
response:(NSData
∗∗
)
response
Send NEO IDG Command Send a NEO IDG ViVOtech 2.0 command
Parameters
command
One byte command as per NEO IDG Reference Guide
subCommand
One byte sub-command as per NEO IDG Reference Guide
data
Command data (if applicable)
response
Returns next Command response
Returns
RETURN_CODE: Return codes listed as typedef enum in IDTCommon:RETURN_CODE. Values can be
parsed with IDT_UniMagIII::device_getResponseCodeString:()
13.7.2.33
- (void) device_setBLEFriendlyName: (NSString
∗
)
friendlyName
Set BLE Friendly Name
Parameters
friendlyName
Sets the default friendly name to be used when discovering any BLE devices
13.7.2.34
- (RETURN_CODE) device_setBurstMode: (int)
mode
Send Burst Mode
Sets the burst mode forthe device.
Parameters
mode
0 = OFF, 1 = Always On, 2 = Auto Exit
#80152504-001 IDTech iOS SDK Guide for NEO2