BusMode
determines how the BGX interprets data it receives.
More...
|
static final int
|
UNKNOWN_MODE
|
|
An invalid bus mode value that indicates the real value has not been determined yet.
More...
|
|
static final int
|
STREAM_MODE
|
|
Send and receive serial data between the BGX data lines and Bluetooth.
More...
|
|
static final int
|
LOCAL_COMMAND_MODE
|
|
Data received over the serial lines is processed as a command and results returned over the serial lines.
More...
|
|
static final int
|
REMOTE_COMMAND_MODE
|
|
Data received over Bluetooth is processed as a command and results returned over Bluetooth.
More...
|
|
BusMode
determines how the BGX interprets data it receives.
◆
UNKNOWN_MODE
final int com.silabs.bgxpress.BusMode.UNKNOWN_MODE
|
|
static
|
An invalid bus mode value that indicates the real value has not been determined yet.
◆
STREAM_MODE
final int com.silabs.bgxpress.BusMode.STREAM_MODE
|
|
static
|
Send and receive serial data between the BGX data lines and Bluetooth.
◆
LOCAL_COMMAND_MODE
final int com.silabs.bgxpress.BusMode.LOCAL_COMMAND_MODE
|
|
static
|
Data received over the serial lines is processed as a command and results returned over the serial lines.
◆
REMOTE_COMMAND_MODE
final int com.silabs.bgxpress.BusMode.REMOTE_COMMAND_MODE
|
|
static
|
Data received over Bluetooth is processed as a command and results returned over Bluetooth.