using System . Runtime . InteropServices;
[ StructLayout ( LayoutKind . Sequential, Pack = 1 )]
public struct Struct
{
public byte Byte;
public uint Uint;
};