public Task<GattService> GetPrimaryServiceAsync(
BluetoothUuid service
)
Public Function GetPrimaryServiceAsync (
service As BluetoothUuid
) As Task(Of GattService)
public:
Task<GattService^>^ GetPrimaryServiceAsync(
BluetoothUuid service
)
member GetPrimaryServiceAsync :
service : BluetoothUuid -> Task<GattService>
[Missing <returns> documentation for "M:InTheHand.Bluetooth.RemoteGattServer.GetPrimaryServiceAsync(InTheHand.Bluetooth.BluetoothUuid)"]