Request
data class Request(val site: SiteIdentifier, val count: UInt) : Message.Outgoing
Content copied to clipboard
Indicates that the Outgoing side of the Link is ready to receive some events. A Request message can not be sent before the Incoming.Ready message has already been received.
A Request works as follows :
The request is tied to a specific site. You may not issue a Request for a SiteIdentifier that has not been advertised through an Incoming.Advertisement.