AcknowledgedProxyConfigurationMessage

A base class for acknowledged Proxy configuration messages.

An acknowledged message is transmitted and acknowledged by each receiving element by responding to that message. The response is typically a status message. If a response is not received within an arbitrary time period, the message will be transmitted automatically until the timeout occurs.

Inheritors

Properties

Link copied to clipboard
abstract val opCode: UByte

Message op code.

Link copied to clipboard
abstract val parameters: ByteArray?

Access layer payload, including the Op Code.

Link copied to clipboard
abstract val responseOpCode: UByte

Op Code of the response message.