Pixels Plugin for Unity
Enable communications with Pixels dice using Bluetooth Low Energy.
Loading...
Searching...
No Matches
SGBleErrors.h
Go to the documentation of this file.
1
6#ifndef SGBleErrors_h
7#define SGBleErrors_h
8
13extern NSError *SGBleOutOfMemoryError;
14
19extern NSError *SGBleNotImplementedError;
20
25extern NSError *SGBleInvalidParameterError;
26
31extern NSError *SGBleInvalidStateError;
32
37extern NSError *SGBleRequestCanceledError;
38
43extern NSError *SGBleDisconnectedError;
44
45#endif /* SGBleErrors_h */
NSError * SGBleInvalidStateError
Bluetooth or peripheral not in proper state to execute request.
Definition SGBleErrors.mm:18
NSError * SGBleRequestCanceledError
Peripheral request got canceled.
Definition SGBleErrors.mm:22
NSError * SGBleOutOfMemoryError
Application out of memory.
Definition SGBleErrors.mm:6
NSError * SGBleDisconnectedError
Peripheral got disconnected.
Definition SGBleErrors.mm:26
NSError * SGBleNotImplementedError
Call not implemented.
Definition SGBleErrors.mm:10
NSError * SGBleInvalidParameterError
Peripheral request was given one or more invalid parameters.
Definition SGBleErrors.mm:14