Method | Description | |
---|---|---|
Device ( CBPeripheral peripheral ) : System |
Initializes a new instance of the BluetoothLE.iOS.Device class.
|
|
DeviceIdentifierToGuid ( NSUuid id ) : System.Guid |
Gets the device identifier.
|
|
Disconnect ( ) : void |
Discconnect from the device.
|
|
DiscoverServices ( ) : void |
Initiate a service discovery on the device
|
|
Dispose ( ) : void |
Releases all resource used by the BluetoothLE.iOS.Device object. Call Dispose when you are finished using the BluetoothLE.iOS.Device. The Dispose method leaves the BluetoothLE.iOS.Device in an unusable state. After calling Dispose, you must release all references to the BluetoothLE.iOS.Device so the garbage collector can reclaim the memory that the BluetoothLE.iOS.Device was occupying. |
Method | Description | |
---|---|---|
DiscoveredService ( object sender, NSErrorEventArgs args ) : void |
public Device ( CBPeripheral peripheral ) : System | ||
peripheral | CBPeripheral | Native peripheral. |
return | System |
public static DeviceIdentifierToGuid ( NSUuid id ) : System.Guid | ||
id | NSUuid | The device identifier as a NSUuid. |
return | System.Guid |