BuildPacket() public method

public BuildPacket ( byte command ) : byte[]
command byte
return byte[]
コード例 #1
0
 public void SendPacket(byte command, params IEnumerable <byte>[] args)
 {
     m_gs.Write(m_gs.BuildPacket(command, args));
 }