GattRequestStateChangedEventArgs.State Property

Definition

Gets the state of the read request.

public:
 property GattRequestState State { GattRequestState get(); };
GattRequestState State();
public GattRequestState State { get; }
var gattRequestState = gattRequestStateChangedEventArgs.state;
Public ReadOnly Property State As GattRequestState

Property Value

The state of the read request.

Windows requirements

App capabilities
bluetooth

Applies to