Share via


CBATTErrorExtensions Class

Definition

Extension methods for the CBATTError enumeration.

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

Remarks

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

Methods

Name Description
GetDomain(CBATTError)

Returns the error domain associated with the CoreBluetooth.CBATTError value

Applies to