public class BleCommand
extends java.lang.Object
| Constructor and Description |
|---|
BleCommand(software.amazon.freertos.amazonfreertossdk.BleCommand.CommandType t) |
BleCommand(software.amazon.freertos.amazonfreertossdk.BleCommand.CommandType t,
int mtu) |
BleCommand(software.amazon.freertos.amazonfreertossdk.BleCommand.CommandType t,
java.lang.String cUuid,
java.lang.String sUuid)
Construct a BLE command without any data.
|
BleCommand(software.amazon.freertos.amazonfreertossdk.BleCommand.CommandType t,
java.lang.String cUuid,
java.lang.String sUuid,
byte[] d)
Construct a BLE command with data.
|
public BleCommand(software.amazon.freertos.amazonfreertossdk.BleCommand.CommandType t,
java.lang.String cUuid,
java.lang.String sUuid,
byte[] d)
t - the BLE command type.cUuid - the characteristic uuid.sUuid - the service uuid.d - the data to be sent with the BLE command.public BleCommand(software.amazon.freertos.amazonfreertossdk.BleCommand.CommandType t,
java.lang.String cUuid,
java.lang.String sUuid)
t - the BLE command type.cUuid - the characteristic uuid.sUuid - the service uuid.public BleCommand(software.amazon.freertos.amazonfreertossdk.BleCommand.CommandType t)
public BleCommand(software.amazon.freertos.amazonfreertossdk.BleCommand.CommandType t,
int mtu)