GetCurrentVolt |
Calling Method |
BOOL GetCurrentVolt(int iSelect, int *iVoltage); |
Return Value |
TRUE |
: |
Normal |
FALSE |
: |
Error |
|
Argument |
int iSelect |
MONITOR_VOLT_VCOREA |
: |
VcoreA voltage |
MONITOR_VOLT_VCOREB |
: |
VcoreB voltage(1.05V) |
MONITOR_VOLT_P33 |
: |
+3.3V |
MONITOR_VOLT_P50 |
: |
+5.0V |
MONITOR_VOLT_P12 |
: |
+12V |
MONITOR_VOLT_M12 |
: |
-12V |
MONITOR_VOLT_P18 |
: |
+1.8V |
|
int *iVoltage |
Voltage (mV) |
Example |
int ret, iVoltage; ret = GetCurrentVolt(MONITOR_VOLT_VCOREA, &iVoltage); |
Necessary Condition |
Header |
: |
iocif.h/iocifconst.h |
Library |
: |
ioctl.lib |
|