public class XBeeReceiveOptions extends Object
The receive options are usually set as a bitfield meaning that the options can be combined using the '|' operand.
Modifier and Type | Field and Description |
---|---|
static int |
APS_ENCRYPTED
Packet encrypted with APS encryption (value: 32).
|
static int |
BROADCAST_PACKET
Packet was a broadcast packet (value: 2).
|
static int |
NONE
No special receive options (value: 0).
|
static int |
PACKET_ACKNOWLEDGED
Packet was acknowledged (value: 1).
|
static int |
SENT_FROM_END_DEVICE
Packet was sent from an end device, if known (value: 64).
|
Constructor and Description |
---|
XBeeReceiveOptions() |
public static final int APS_ENCRYPTED
Only valid for ZigBee XBee protocol.
public static final int BROADCAST_PACKET
Not valid for Wi-Fi protocol
public static final int NONE
public static final int PACKET_ACKNOWLEDGED
Not valid for Wi-Fi protocol
public static final int SENT_FROM_END_DEVICE
Only valid for ZigBee XBee protocol.
public XBeeReceiveOptions()
© Copyright 2014–2014 Digi International Inc. All rights reserved.