Beispiel #1
0
        public static IMessageLite handlePB(byte moduleId, System.UInt16 msgId, MemoryStream msgstream)
        {
            //var buf = msgstream.getbuffer ();
            IMessageLite msg = Util.GetMsg(moduleId, msgId, msgstream.getBytString());

            return(msg);
        }