BluetoothDeviceInfoGetRfcommServicesAsync Method

[Missing <summary> documentation for "M:InTheHand.Net.Sockets.BluetoothDeviceInfo.GetRfcommServicesAsync(System.Boolean)"]

Definition

Namespace: InTheHand.Net.Sockets
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public Task<IEnumerable<Guid>> GetRfcommServicesAsync(
	bool cached = true
)

Parameters

cached  Boolean  (Optional)

[Missing <param name="cached"/> documentation for "M:InTheHand.Net.Sockets.BluetoothDeviceInfo.GetRfcommServicesAsync(System.Boolean)"]

Return Value

TaskIEnumerableGuid

[Missing <returns> documentation for "M:InTheHand.Net.Sockets.BluetoothDeviceInfo.GetRfcommServicesAsync(System.Boolean)"]

See Also