gprsGetMonitorParm (Functionblock) |
Top Previous Next |
This function will read out the parameters for the mobile network monitoring service previously set by using the gprsSetMonitorParm function.
Please note that this function is deprecated, please use the netGetMonitorParam function block instead.
Input: None.
Output: Enabled : BOOL Determines whether the mobile network monitor service is enabled.
MaxAttempt : INT Maximum number of check attempts before mobile network recovery actions are initiated.
AliveFreq : DINT Frequency for checking the mobile network connection in seconds. With this frequency, the connection will be checked "MaxAttempt" times before mobile network recovery actions are initiated.
Declaration: FUNCTION_BLOCK gprsGetMonitorParm;
Example: INCLUDE rtcu.inc |