public static extern uint GetData(ref MC07_S_DATA psData);
 public static extern bool IRDrive(uint hDev, ref MC07_S_DATA psData, ref MC07_S_RESULT psResult);
 public static extern void SetData(uint Data, ref MC07_S_DATA psData);
 public static extern bool IWDrive(uint hDev, ushort Cmd, ref MC07_S_DATA psData, ref MC07_S_RESULT psResult);