End Google Ads 201810 - BS.net 01 --> Hello all,

i am a newbie for c# and would like to know if it is correct way to do as below

public unsafe struct test
{

public long lTime;
public fixed char AlphaChar[2];
public fixed char Stamp[8];
public fixed char Stamp1[8];
public fixed char Stamp3[8];
public short tCode;
public short ECode;
public short MsgLength;
public fixed char MSGTEST[4];

}

now i am struck with filling data into this structure.

Jalsa