示例#1
0
 /**
  * Gets the bus voltage seen by the device.
  *
  * @return The bus voltage value (in volts).
  */
 public float GetBusVoltage()
 {
     return(_ll.GetBatteryVoltage());
 }