Package-level declarations
Types
Link copied to clipboard
A base class for acknowledged Proxy configuration messages.
Link copied to clipboard
data class AddAddressesToFilter(val addresses: List<ProxyFilterAddress>) : AcknowledgedProxyConfigurationMessage
This is a message sent by a Proxy Client to add destination addresses to the proxy filter list.
Link copied to clipboard
data class FilterStatus(val filterType: ProxyFilterType, val listSize: UShort) : ProxyConfigurationMessage
The Filter Status message is sent by a Proxy Server to report the status of the Proxy Filter.
Link copied to clipboard
interface HasProxyConfigurationOpCode
A base interface for all Proxy configuration messages that have a op code.
Link copied to clipboard
A base class for all Proxy configuration messages.
Link copied to clipboard
interface ProxyConfigurationMessageInitializer : BaseMeshMessageInitializer, HasProxyConfigurationOpCode
Proxy Configuration message decoder for proxy configuration messages.
Link copied to clipboard
data class RemoveAddressesFromFilter(val addresses: List<ProxyFilterAddress>) : AcknowledgedProxyConfigurationMessage
A message sent by a Proxy Client to remove destination addresses from the proxy filter list.
Link copied to clipboard
The Set Filter Type message can be sent by a Proxy Client to change the proxy filter type and clear the proxy filter list.