public interface SwapMessage
| Modifier and Type | Interface and Description |
|---|---|
static class |
SwapMessage.Type
Types of SWAP messages
|
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_STANDARD_REGISTER
Maximum register ID for standard SWAP messages
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFunction()
Get the SWAP function code for this message.
|
int |
getHops() |
int |
getLqi() |
int |
getReceiver() |
int |
getRegisterAddress() |
int |
getRegisterID() |
byte[] |
getRegisterValue() |
int |
getRssi() |
int |
getSecurity() |
int |
getSecurityNonce() |
int |
getSender() |
String |
getText() |
SwapMessage.Type |
getType() |
boolean |
isExtended() |
boolean |
isStandardRegister() |
static final int MAX_STANDARD_REGISTER
SwapMessage.Type getType()
int getFunction()
int getHops()
int getLqi()
int getReceiver()
int getRegisterAddress()
int getRegisterID()
byte[] getRegisterValue()
int getRssi()
int getSecurity()
int getSecurityNonce()
int getSender()
boolean isExtended()
boolean isStandardRegister()
String getText()
Copyright © 2015. All rights reserved.