Share via


CBATTRequestEventArgs(CBATTRequest) Constructor

Definition

Create a new instance of the CBATTRequestEventArgs with the specified event data.

public CBATTRequestEventArgs(CoreBluetooth.CBATTRequest request);
new CoreBluetooth.CBATTRequestEventArgs : CoreBluetooth.CBATTRequest -> CoreBluetooth.CBATTRequestEventArgs

Parameters

request
CBATTRequest

The value for the Request property.

Applies to