RemoteGattServer Class

[Missing <summary> documentation for "T:InTheHand.Bluetooth.RemoteGattServer"]

Definition

Namespace: InTheHand.Bluetooth
Assembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public sealed class RemoteGattServer
Inheritance
Object    RemoteGattServer

Properties

AutoConnect Permit to manage autoconnect in GattServer
Device Gets the parent remote device.
IsConnected Gets a value indicating if there is an active connection with the remote GATT server.
Mtu Gets the maximum transmission unit (MTU) size.
PreferredPhy Sets the preferred Physical Layer (PHY) if supported.

Methods

ConnectAsync Open a connection to the remote GATT server.
Disconnect Disconnects the remote GATT server.
Equals
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetPrimaryServiceAsync Returns the primary service matching the specified UUID.
GetPrimaryServicesAsync Returns primary services, optionally filtering to the supplied UUID.
GetType
(Inherited from Object)
ReadRssi Requests the Received Signal Strength Indication (RSSI) from the remote device.
RequestMtu Request the maximum transmission unit (MTU) size.
ToString
(Inherited from Object)

See Also