Types
Link copied to clipboard
data class Acknowledge(val site: SiteIdentifier, val nextSeqno: SequenceNumber) : Message.Outgoing
Content copied to clipboard
Link copied to clipboard
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.