RequestDeviceOptionsOptionalServices Property
Additional services which are not required but the client will have access to.
Namespace: InTheHand.BluetoothAssembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public IList<Guid> OptionalServices { get; }
Public ReadOnly Property OptionalServices As IList(Of Guid)
Get
public:
property IList<Guid>^ OptionalServices {
IList<Guid>^ get ();
}
member OptionalServices : IList<Guid> with get
Property Value
IListGuid Not used as unlike the web we do not restrict which services are accessible.