End Google Ads 201810 - BS.net 01 --> hi All,
I would like to define at c# a bitmap in a truct same way at c++
define spesific bit to be use
I don't know how to do it


at c++ i should define it as
typedef struct
{
unsigned long m_opcode :2;
unsigned long m_id :3;
unsigned long m_src :4;
unsigned long m_address :3;
unsigned long m_timer :18;
unsigned long m_reserved :1;
} WiMAXBlock1HeaderT;


how can i define it at C#?

thanks
ronen