Click or drag to resize
SIM800HPowerStatusChangedHandler Delegate
Represents the delegate used for the PowerStatusChanged event.

Namespace: Eclo.NETMF.SIM800H
Assembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax
C#
public delegate void PowerStatusChangedHandler(
	PowerStatus powerStatus
)

Parameters

powerStatus
Type: Eclo.NETMF.SIM800HPowerStatus
new power status of the device
See Also