WireEnvelope Type
Wire-level control-plane envelope. Closed DU, custom binary codec.
Union cases
| Union case |
Description
|
Full Usage:
Ack(sender, epoch, digests)
Parameters:
PeerId
epoch : Epoch
digests : MemberDigest list
|
|
Full Usage:
Hello(sender, endpoint, epoch)
Parameters:
PeerId
endpoint : PeerEndpoint
epoch : Epoch
|
|
|
|
Full Usage:
Ping(sender, epoch, digests)
Parameters:
PeerId
epoch : Epoch
digests : MemberDigest list
|
|
|
|
|
|
Full Usage:
Welcome(receiver, digests, epoch)
Parameters:
PeerId
digests : MemberDigest list
epoch : Epoch
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAck
Returns: bool
|
|
Full Usage:
this.IsHello
Returns: bool
|
|
Full Usage:
this.IsLeaving
Returns: bool
|
|
Full Usage:
this.IsPing
Returns: bool
|
|
Full Usage:
this.IsPingReq
Returns: bool
|
|
Full Usage:
this.IsPingReqAck
Returns: bool
|
|
Full Usage:
this.IsWelcome
Returns: bool
|
|
FsShelter