- BASIC_GET - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
-
- BASIC_REPORT - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
-
- BASIC_SET - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
-
- BASIC_TYPE_CONTROLLER - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
-
Node is a portable controller
- BASIC_TYPE_ROUTING_SLAVE - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
-
Node is a slave with routing capabilities
- BASIC_TYPE_SLAVE - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
-
Node is a slave
- BASIC_TYPE_STATIC_CONTROLLER - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
-
Node is a static controller
- BitArray - Class in ej.basedriver.zwave.util
-
Utility class that implements a sequence of bits.
- BitArray(byte) - Constructor for class ej.basedriver.zwave.util.BitArray
-
Constructs a new BitArray
by using the specified byte.
- BitArray(byte[]) - Constructor for class ej.basedriver.zwave.util.BitArray
-
Constructs a new BitArray
by using the specified array of bytes.
- BitArray(byte[], int, int) - Constructor for class ej.basedriver.zwave.util.BitArray
-
Constructs a new BitArray
by using the specified subarray of bytes.
- BitArray(int) - Constructor for class ej.basedriver.zwave.util.BitArray
-
Initializes a newly created BitArray
object so that it represents
an bit sequence which all bits is not set.