[Missing <summary> documentation for "P:InTheHand.Bluetooth.BluetoothAdvertisingEvent.ServiceData"]
public IReadOnlyDictionary<BluetoothUuid, byte[]> ServiceData { get; }
Public ReadOnly Property ServiceData As IReadOnlyDictionary(Of BluetoothUuid, Byte())
Get
public:
property IReadOnlyDictionary<BluetoothUuid, array<unsigned char>^>^ ServiceData {
IReadOnlyDictionary<BluetoothUuid, array<unsigned char>^>^ get ();
}
member ServiceData : IReadOnlyDictionary<BluetoothUuid, byte[]> with get