public static IpcFrameBase FromByteArray(byte[] byteArray) { IpcFrameBase ipcFrameBase = ( IpcFrameBase )IpcFrameBase.ByteArrayToObject(byteArray); return(ipcFrameBase); }