9 #import <Foundation/Foundation.h>
11 #import <WFConnector/types.h>
12 #import <WFConnector/hardware_connector_types.h>
38 @property (nonatomic, readonly) NSString* deviceIDString;
43 @property (nonatomic, copy) NSString* deviceUUIDString;
48 @property (nonatomic, assign)
USHORT deviceNumber;
57 @property (nonatomic, assign)
UCHAR transmissionType;
WFNetworkType_t networkType
Specifies the devices network type.s.
Definition: WFDeviceParams.h:33
Represents the connection parameters for a specific ANT device.
Definition: WFDeviceParams.h:17
unsigned short USHORT
Definition: types.h:121
signed char BOOL
Definition: types.h:110
USHORT deviceNumber
Specifies the ANT device ID.
Definition: WFDeviceParams.h:48
unsigned char UCHAR
Definition: types.h:118
UCHAR transmissionType
Specifies the ANT transmission type.
Definition: WFDeviceParams.h:57
NSString * deviceUUIDString
Specifies the BTLE Device UUID String.
Definition: WFDeviceParams.h:43
WFNetworkType_t
Describes a type of hardware sensor device.
Definition: hardware_connector_types.h:146