Ejemplo n.º 1
0
        public bool Speech(string info)
        {
            StoreArchive ar = new StoreArchive(m_buffer, m_buffer.Length);

            ar.WriteInt8(GlobalClineMsgId.CLIENT_SPEECH);//消息ID
            ar.WriteWideStrNoLen(info);
            return(m_sender.Send(ar.GetData(), ar.GetLength()));
        }