CBServiceEventArgs(CBService, NSError) 构造函数

定义

初始化 CBServiceEventArgs 类的新实例。

public CBServiceEventArgs (CoreBluetooth.CBService service, Foundation.NSError error);
new CoreBluetooth.CBServiceEventArgs : CoreBluetooth.CBService * Foundation.NSError -> CoreBluetooth.CBServiceEventArgs

参数

service
CBService
error
NSError

适用于