BatteryNotification Constructor

TegoOS

BatteryNotification Constructor
Initializes a new instance of the BatteryNotification class

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public BatteryNotification(
	double percent
)
Public Sub New ( 
	percent As Double
)
public:
BatteryNotification(
	double percent
)
new : 
        percent : float -> BatteryNotification

Parameters

percent
Type: SystemDouble

[Missing <param name="percent"/> documentation for "M:Tego.Rfid.Gen2.BatteryNotification.#ctor(System.Double)"]

See Also