예제 #1
0
 public static extern int pm_blink(out pm_context pm);
예제 #2
0
 public static extern int pm_set_frequency(out pm_context pm, UInt64 freq);
예제 #3
0
 public static extern int pm_type(out pm_context pm, out UInt32 type);
예제 #4
0
 public static extern int pm_reset(out pm_context pm);
예제 #5
0
 public static extern int pm_set_averages(out pm_context pm, UInt16 avg);
예제 #6
0
 public static extern int pm_open(out pm_context pm, UInt32 serial);
예제 #7
0
 public static extern int pm_measure(out pm_context pm, out float power);
예제 #8
0
 public static extern int pm_init(out pm_context pm);
예제 #9
0
 public static unsafe extern sbyte* pm_get_error_string(out pm_context pm);
예제 #10
0
 public static extern int pm_close(out pm_context pm);