Share via


CBErrorExtensions Class

Definition

Extension methods for the CBError enumeration.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static class CBErrorExtensions
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
type CBErrorExtensions = class
Inheritance
CBErrorExtensions
Attributes

Remarks

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

Methods

Name Description
GetDomain(CBError)

Returns the error domain associated with the CoreBluetooth.CBError value

Applies to