Пример #1
0
 public static extern UInt32 ymcSetIoDataValue(
     ref IO_DATA pIoData,
     UInt32 Value);
Пример #2
0
 public static extern UInt32 ymcGetIoDataValue(
     ref IO_DATA pIoData,
     ref UInt32 pStoredValue);
Пример #3
0
 public static extern UInt32 ymcSetIoDataBit(
     ref IO_DATA pIoData,
     UInt32 pStoredBitValue);