GattCharacteristic.Service Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the GattDeviceService of which this characteristic is a member.
public:
property GattDeviceService ^ Service { GattDeviceService ^ get(); };
GattDeviceService Service();
public GattDeviceService Service { get; }
var gattDeviceService = gattCharacteristic.service;
Public ReadOnly Property Service As GattDeviceService
Property Value
The GattDeviceService of which this characteristic is a member.
Windows requirements
App capabilities |
bluetooth
|