snmpUnpublish (Function) |
Top Previous Next |
Remove one or all published variables from the register.
Input: OID : STRING The OID representing the variable to unpublish.
All : BOOL (Default false) Remove all published variables if set to true.
Output: None.
Returns: INT
Declaration FUNCTION snmpUnpublish : INT; all : BOOL := FALSE; END_VAR;
Example: INCLUDE rtcu.inc |