|
Pixels Plugin for Unity
Enable communications with Pixels dice using Bluetooth Low Energy.
|
Internal types for representing a BLE request. More...
import <Foundation/Foundation.h>

Go to the source code of this file.
Classes | |
| class | SGBleRequest |
| Internal type, represents a Bluetooth operation to be performed on a peripheral. Used by SGBlePeripheralQueue. More... | |
Typedefs | |
| typedef NSError *_Nullable(^ | SGBleRequestExecuteHandler) () |
| Internal type, runs the Bluetooth operation associated with a SGBleRequest object. | |
| typedef void(^ | SGBleRequestCompletionHandler) (NSError *_Nullable error) |
| Internal type, completion handler for operations associated with a SGBleRequest object. | |
Enumerations | |
| enum | { SGBleRequestTypeUnknown = 0 , SGBleRequestTypeConnect , SGBleRequestTypeDisconnect , SGBleRequestTypeReadRssi , SGBleRequestTypeReadValue , SGBleRequestTypeWriteValue , SGBleRequestTypeSetNotifyValue } |
| Internal type, list the Bluetooth operations supported by SGBleRequest. | |
Internal types for representing a BLE request.