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