CBErrorExtensions Class

Definition

Extension methods for the CoreBluetooth.CBError enumeration.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static class CBErrorExtensions
type CBErrorExtensions = class
Inheritance
CBErrorExtensions
Attributes

Remarks

The extension method for the CoreBluetooth.CBError enumeration can be used to fetch the error domain associated with these error codes.

Methods

GetDomain(CBError)

Returns the error domain associated with the CoreBluetooth.CBError value

Applies to