Esempio n. 1
0
 public float GetBatteryCharge(FinchNodeType nodeType)
 {
     return(FinchCore.GetNodeCharge(nodeType));
 }
Esempio n. 2
0
 /// <summary>
 /// Nodes batteries charge value of physical device (percents)
 /// </summary>
 /// <param name="node">Certain node</param>
 /// <returns>Charge of the battery of certain node (percents)</returns>
 public static ushort GetBatteryCharge(FinchNodeType node)
 {
     return(FinchCore.GetNodeCharge(node));
 }