Exemplo n.º 1
0
        public void SendMsg(T msg)
        {
            byte[] data = TMASTools.PackLenInfo(TMASTools.Serialize <T>(msg));

            SendMsg(data);
        }