C# Class TSystems.RELOAD.Transport.JoinReqAns

Inheritance: RELOAD_MessageBody
Afficher le fichier Open project: RELOAD-NET/RELOAD.NET

Méthodes publiques

Méthode Description
Dump ( BinaryWriter writer ) : UInt32
FromReader ( ReloadMessage rm, BinaryReader reader, long reload_msg_size ) : RELOAD_MessageBody
JoinReqAns ( ) : System
JoinReqAns ( Node joining_node, bool req ) : System

Method Details

Dump() public méthode

public Dump ( BinaryWriter writer ) : UInt32
writer System.IO.BinaryWriter
Résultat System.UInt32

FromReader() public méthode

public FromReader ( ReloadMessage rm, BinaryReader reader, long reload_msg_size ) : RELOAD_MessageBody
rm ReloadMessage
reader System.IO.BinaryReader
reload_msg_size long
Résultat RELOAD_MessageBody

JoinReqAns() public méthode

public JoinReqAns ( ) : System
Résultat System

JoinReqAns() public méthode

public JoinReqAns ( Node joining_node, bool req ) : System
joining_node TSystems.RELOAD.Topology.Node
req bool
Résultat System