| Package | Description |
|---|---|
| com.digi.xbee.api.models | |
| com.digi.xbee.api.packet.bluetooth |
| Modifier and Type | Method and Description |
|---|---|
static SrpStep |
SrpStep.get(int id)
Retrieves the
SrpStep for the given ID code. |
static SrpStep |
SrpStep.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SrpStep[] |
SrpStep.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SrpStep |
BluetoothUnlockResponsePacket.getSrpStep()
Retrieves the SRP step.
|
SrpStep |
BluetoothUnlockPacket.getSrpStep()
Retrieves the SRP step.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BluetoothUnlockResponsePacket.setSrpStep(SrpStep srpStep)
Sets the SRP step.
|
void |
BluetoothUnlockPacket.setSrpStep(SrpStep srpStep)
Sets the SRP step.
|
| Constructor and Description |
|---|
BluetoothUnlockPacket(SrpStep srpStep,
byte[] data)
Class constructor.
|
BluetoothUnlockResponsePacket(SrpStep srpStep,
byte[] data)
Class constructor.
|
© Copyright 2014 - 2019 Digi International Inc. All rights reserved.