GattCharacteristic.Service Property

Definition

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

Applies to