C# Class TSystems.RELOAD.Transport.PingReqAns

Inheritance: RELOAD_MessageBody
Mostra file Open project: RELOAD-NET/RELOAD.NET

Public Methods

Method 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 method

public Dump ( BinaryWriter writer ) : UInt32
writer System.IO.BinaryWriter
return System.UInt32

FromReader() public method

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

PingReqAns() public method

public PingReqAns ( ) : System
return System

PingReqAns() public method

public PingReqAns ( System.UInt64 response_id, bool req ) : System
response_id System.UInt64
req bool
return System