ResponseReceived

data class ResponseReceived(val model: Model, val response: MeshResponse, val request: AcknowledgedMeshMessage, val source: Address) : ModelEvent

Event used to notify when a response to a given request was received by the mesh network.

Constructors

Link copied to clipboard
constructor(model: Model, response: MeshResponse, request: AcknowledgedMeshMessage, source: Address)

Properties

Link copied to clipboard

Model that received the message.

Link copied to clipboard

Request that was sent.

Link copied to clipboard

Response that was received by the model.

Link copied to clipboard

Address of the Element from which the message was sent.