protected override void InternalDeserialize(StreamBuffer buffer) { base.InternalDeserialize(buffer); this.dto = new _DTO_reply(); this.dto.Deserialize(buffer); }
public _PACKET_GENERIC_ACMD_REPLY(ushort result, ushort src_cmd, byte src_module) : base(100, 32000) { this.dto = new _DTO_reply(result, src_cmd, src_module); }
public static void CALL_GENERIC_ACMD_REPLY(this INetTransmitter transmitter, _DTO_reply dto) { transmitter.Send(new _PACKET_GENERIC_ACMD_REPLY(dto)); }
public _PACKET_GENERIC_ACMD_REPLY(_DTO_reply dto) : base(100, 32000) { this.dto = dto; }
public static _PACKET_GENERIC_ACMD_REPLY PACKET_GENERIC_ACMD_REPLY(_DTO_reply dto) { return(new _PACKET_GENERIC_ACMD_REPLY(dto)); }