Share via


CBATTRequestsEventArgs(CBATTRequest[]) Constructor

Definition

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

public CBATTRequestsEventArgs(CoreBluetooth.CBATTRequest[] requests);
new CoreBluetooth.CBATTRequestsEventArgs : CoreBluetooth.CBATTRequest[] -> CoreBluetooth.CBATTRequestsEventArgs

Parameters

requests
CBATTRequest[]

The value for the Requests property.

Applies to