示例#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);