Class ProxyFilterType
java.lang.Object
org.openremote.agent.protocol.bluetooth.mesh.utils.ProxyFilterType
Wrapper class for proxy filter types
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intA exclusion list filter has an associated exclusion list, which is a list of destination addresses that the Proxy Client does not want to receive.static final intA inclusion list filter has an associated inclusion list, which is a list of destination addresses that are of interest for the Proxy Client. -
Constructor Summary
ConstructorsConstructorDescriptionProxyFilterType(int filterType) Constructs the filter type to bet set to a proxy -
Method Summary
Modifier and TypeMethodDescriptionReturns the filter type nameintgetType()Returns the filter type
-
Field Details
-
INCLUSION_LIST_FILTER
public static final int INCLUSION_LIST_FILTERA inclusion list filter has an associated inclusion list, which is a list of destination addresses that are of interest for the Proxy Client. The inclusion list filter blocks all destination addresses except those that have been added to the inclusion list.- See Also:
-
EXCLUSION_LIST_FILTER
public static final int EXCLUSION_LIST_FILTERA exclusion list filter has an associated exclusion list, which is a list of destination addresses that the Proxy Client does not want to receive. The exclusion list filter accepts all destination addresses except those that have been added to the exclusion list.- See Also:
-
-
Constructor Details
-
ProxyFilterType
public ProxyFilterType(int filterType) Constructs the filter type to bet set to a proxy- Parameters:
filterType- filter type supported by the proxy
-
-
Method Details
-
getType
public int getType()Returns the filter type -
getFilterTypeName
Returns the filter type name
-