SendPacket constructor
SendPacket({})
Implementation
SendPacket({
this.clientSeq = 0,
this.clientMsgNO = "",
this.channelID = "",
this.channelType = 1,
this.topic = "",
}) {
header.packetType = PacketType.send;
}