Class AddressArray
java.lang.Object
org.openremote.agent.protocol.bluetooth.mesh.utils.AddressArray
Wrapper class for addresses
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AddressArray
public AddressArray(byte b1, byte b2) Constructs the AddressArray- Parameters:
b1
- address byte1b2
- address byte2
-
-
Method Details
-
getAddress
public byte[] getAddress()Returns address used in the filter message
-