C# Class TSystems.RELOAD.Transport.PingReqAns

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
PingReqAns ( ) : System
PingReqAns ( System.UInt64 response_id, 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

PingReqAns() public méthode

public PingReqAns ( ) : System
Résultat System

PingReqAns() public méthode

public PingReqAns ( System.UInt64 response_id, bool req ) : System
response_id System.UInt64
req bool
Résultat System