Exemplo n.º 1
0
 public static extern UInt32 ymcSetIoDataValue(
     ref IO_DATA pIoData,
     UInt32 Value);
Exemplo n.º 2
0
 public static extern UInt32 ymcGetIoDataValue(
     ref IO_DATA pIoData,
     ref UInt32 pStoredValue);
Exemplo n.º 3
0
 public static extern UInt32 ymcSetIoDataBit(
     ref IO_DATA pIoData,
     UInt32 pStoredBitValue);