Class ProxyConfigMessageOpCodes

java.lang.Object
org.openremote.agent.protocol.bluetooth.mesh.opcodes.ProxyConfigMessageOpCodes

public class ProxyConfigMessageOpCodes extends Object
  • Field Details

    • SET_FILTER_TYPE

      public static final int SET_FILTER_TYPE
      Opcode sent by a Proxy Client to set the proxy filter type.
      See Also:
    • ADD_ADDRESS

      public static final int ADD_ADDRESS
      Opcode sent by a Proxy Client to add addresses to the proxy filter list.
      See Also:
    • REMOVE_ADDRESS

      public static final int REMOVE_ADDRESS
      Opcode sent by a Proxy Client to remove addresses from the proxy filter list.
      See Also:
    • FILTER_STATUS

      public static final int FILTER_STATUS
      Acknowledgment 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()