CBCharacteristicEventArgs(CBCharacteristic, NSError) 构造函数

定义

初始化 CBCharacteristicEventArgs 类的新实例。

public CBCharacteristicEventArgs (CoreBluetooth.CBCharacteristic characteristic, Foundation.NSError error);
new CoreBluetooth.CBCharacteristicEventArgs : CoreBluetooth.CBCharacteristic * Foundation.NSError -> CoreBluetooth.CBCharacteristicEventArgs

参数

characteristic
CBCharacteristic
error
NSError

适用于