Class ProxyConfigAddAddressToFilter
java.lang.Object
org.openremote.agent.protocol.bluetooth.mesh.transport.MeshMessage
org.openremote.agent.protocol.bluetooth.mesh.transport.ProxyConfigAddAddressToFilter
To be used as a wrapper class to create the ProxyConfigSetFilterType message.
-
Field Summary
Fields inherited from class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshMessage
messageTtl, mMessage -
Constructor Summary
ConstructorsConstructorDescriptionProxyConfigAddAddressToFilter(List<AddressArray> addresses) Sets the proxy filter -
Method Summary
Modifier and TypeMethodDescriptionReturns the addresses that were added to the proxy filterintReturns the opCode of this messageMethods inherited from class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshMessage
getAszmic, getDst, getMessage, getMessageTtl, getSrc, setMessageTtl
-
Constructor Details
-
ProxyConfigAddAddressToFilter
Sets the proxy filter- Parameters:
addresses- List of addresses to be added to the filter- Throws:
IllegalArgumentException
-
-
Method Details
-
getOpCode
public int getOpCode()Description copied from class:MeshMessageReturns the opCode of this message- Specified by:
getOpCodein classMeshMessage- Returns:
- opcode
-
getAddresses
Returns the addresses that were added to the proxy filter
-