Pixels Plugin for Unity
Enable communications with Pixels dice using Bluetooth Low Energy.
Loading...
Searching...
No Matches
SGBleRequest.h File Reference

Internal types for representing a BLE request. More...

import <Foundation/Foundation.h>
Include dependency graph for SGBleRequest.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Internal types for representing a BLE request.