예제 #1
0
 public int ItePow_GetOutputState(int address, byte[] reChar)
 => PV6900IteVirtualLayerInterop.ItePow_GetOutputState(address, reChar);
예제 #2
0
 public int IteDMM_GetMeasureVoltage(int address, string sChannel, byte[] reChar)
 => PV6900IteVirtualLayerInterop.IteDMM_GetMeasureVoltage(address, sChannel, reChar);
예제 #3
0
 public int IteDC_WriteCmd(int address, string scmd)
 => PV6900IteVirtualLayerInterop.IteDC_WriteCmd(address, scmd);
예제 #4
0
 public int IteDC_ReadCmd(int address, string scmd, byte[] reChar)
 => PV6900IteVirtualLayerInterop.IteDC_ReadCmd(address, scmd, reChar);
예제 #5
0
 public int IteDC_GetUsb(byte[] ptr, ref int value)
 => PV6900IteVirtualLayerInterop.IteDC_GetUsb(ptr, ref value);
예제 #6
0
 public int GetDeviceName(int address, byte[] ptr)
 => PV6900IteVirtualLayerInterop.GetDeviceName(address, ptr);