示例#1
0
        public static IpcFrameBase FromByteArray(byte[] byteArray)
        {
            IpcFrameBase ipcFrameBase = ( IpcFrameBase )IpcFrameBase.ByteArrayToObject(byteArray);

            return(ipcFrameBase);
        }