public class RemoteATCommandOptions extends Object
These options are usually set as a bitfield meaning that the options can be combined using the '|' operand.
RemoteATCommandPacket
Modifier and Type | Field and Description |
---|---|
static int |
OPTION_APPLY_CHANGES
Applies changes in the remote device (value: 2).
|
static int |
OPTION_DISABLE_ACK
Disables ACK (value: 1).
|
static int |
OPTION_EXTENDED_TIMEOUT
Uses the extended transmission timeout (value: 64).
|
static int |
OPTION_NONE
No special transmit options (value: 0).
|
Constructor and Description |
---|
RemoteATCommandOptions() |
public static final int OPTION_APPLY_CHANGES
If this option is not set, AC command must be sent before changes will take effect.
public static final int OPTION_DISABLE_ACK
public static final int OPTION_EXTENDED_TIMEOUT
Setting the extended timeout bit causes the stack to set the extended transmission timeout for the destination address.
Only valid for ZigBee XBee protocol.
public static final int OPTION_NONE
public RemoteATCommandOptions()
© Copyright 2014–2014 Digi International Inc. All rights reserved.