CBATTErrorExtensions.GetDomain(CBATTError) Method

Definition

Returns the error domain associated with the CoreBluetooth.CBATTError value

public static Foundation.NSString GetDomain (this CoreBluetooth.CBATTError self);
static member GetDomain : CoreBluetooth.CBATTError -> Foundation.NSString

Parameters

self
CBATTError

The enumeration value

Returns

Remarks

See the NSError for information on how to use the error domains when reporting errors.

Applies to