CGA_Bluetooth_Characteristic_SystemID
public class CGA_Bluetooth_Characteristic_SystemID : CGA_Bluetooth_Characteristic
This adds a specialized accessor to the System ID Characteristic.
-
Declaration
Swift
public var manufacturerID: UInt64? { get }
Return Value
The 40-bit Manufacturer ID
-
Declaration
Swift
public var ouID: UInt32? { get }
Return Value
The 24-bit Organizationally Unique ID
-
Declaration
Swift
public override var stringValue: String? { get }
Return Value
the ID as a String.
-
This returns a unique GATT UUID String for the Characteristic.
Declaration
Swift
public override class var uuid: String { get }