Delegate SIM800H.WarningConditionTriggeredHandler
Represents the delegate used for the WarningConditionTriggered event.
Namespace: Eclo.nF.SIM800H
Assembly: cs.temp.dll.dll
Syntax
public delegate void WarningConditionTriggeredHandler(WarningCondition warningCondition);
Parameters
Type | Name | Description |
---|---|---|
WarningCondition | warningCondition | The warning condition that was triggered |