snmpPublishTimeticks (Function) |
Top Previous Next |
Publish a time ticks variable. System uptime (sysUpTime) is a standard time ticks variable with OID: "1.3.6.1.2.1.1.3". The published variable can be read from any authenticated SNMP device on an authorized network. Use snmpGetTimeticks to read the variable from an RTCU device.
Input: V : DINT [1..65535] The value to publish.
OID : STRING The OID representing the variable to publish.
Writable : BOOL (Default false) Give permissions to write to this variable with snmpSetTimeticks.
Output: None.
Returns: INT
Declaration FUNCTION snmpPublishTimeticks : INT;
Example: // Please see the example at Examples - SNMP Client. |