UnacknowledgedMessageReceived

data class UnacknowledgedMessageReceived(val model: Model, val message: UnacknowledgedMeshMessage, val source: Address, val destination: MeshAddress) : ModelEvent

Event used to notify when an unacknowledged message has been received from the mesh network.

Constructors

Link copied to clipboard
constructor(model: Model, message: UnacknowledgedMeshMessage, source: Address, destination: MeshAddress)

Properties

Link copied to clipboard

Address to which the message was sent.

Link copied to clipboard

Message that was received by the model.

Link copied to clipboard

Model that received the message.

Link copied to clipboard

Address of the Element from which the message was sent.