LEDeviceFunction Constants Reference
Declared in | LEDevice.h |
LEDeviceFunction
The Function a Device will support.
Definition
typedef NS_OPTIONS(uint8_t, LEDeviceFunction ) {
LEDeviceFunctionCentralMode = 0,
LEDeviceFunctionPeripheralMode = 1,
LEDeviceFunctionIOPorts = 2,
LEDeviceFunctionActsAsRemoteController = 3,
};
Constants
LEDeviceFunctionCentralMode
-
Central Mode
Declared In
LEDevice.h
. LEDeviceFunctionPeripheralMode
-
Peripheral Mode
Declared In
LEDevice.h
. LEDeviceFunctionIOPorts
-
Device IO Ports mode
Declared In
LEDevice.h
. LEDeviceFunctionActsAsRemoteController
-
Device acts as a remocte controller
Declared In
LEDevice.h
.
Declared In
LEDevice.h