snmpPublishString (Function) |
Top Previous Next |
Publish a string variable. The published variable can be read from any authenticated SNMP device on an authorized network. Use snmpGetString to read the variable from an RTCU device.
Input: V : STRING The value (string) to publish.
OID : STRING The OID representing the variable to publish.
Writable : BOOL (Default false) Give permissions to write to this variable with snmpSetString.
Output: None.
Returns: INT
Declaration FUNCTION snmpPublishString : INT; subtype : USINT := 1;
Example: // Please see the example at Examples - SNMP Client. |