Class ProxyConfigMessageOpCodes
java.lang.Object
org.openremote.agent.protocol.bluetooth.mesh.opcodes.ProxyConfigMessageOpCodes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Opcode sent by a Proxy Client to add addresses to the proxy filter list.static final int
Acknowledgment opcode sent by a Proxy Server to a Proxy Client to report the status of the proxy filter list.static final int
Opcode sent by a Proxy Client to remove addresses from the proxy filter list.static final int
Opcode sent by a Proxy Client to set the proxy filter type. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SET_FILTER_TYPE
public static final int SET_FILTER_TYPEOpcode sent by a Proxy Client to set the proxy filter type.- See Also:
-
ADD_ADDRESS
public static final int ADD_ADDRESSOpcode sent by a Proxy Client to add addresses to the proxy filter list.- See Also:
-
REMOVE_ADDRESS
public static final int REMOVE_ADDRESSOpcode sent by a Proxy Client to remove addresses from the proxy filter list.- See Also:
-
FILTER_STATUS
public static final int FILTER_STATUSAcknowledgment opcode sent by a Proxy Server to a Proxy Client to report the status of the proxy filter list.- See Also:
-
-
Constructor Details
-
ProxyConfigMessageOpCodes
public ProxyConfigMessageOpCodes()
-