snmpPublishInteger (Function) |
Top Previous Next |
Publish an integer type variable. The published variable can be read from any authenticated SNMP device on an authorized network. Use snmpGetInteger to read the variable from an RTCU device.
Input: V : DINT The value to publish.
OID : STRING The OID representing the variable to publish.
Subtype : USINT [0..2] The type of integer to publish.
Writable : BOOL (Default false) Give permissions to write to this variable with snmpSetInteger.
Output: None.
Returns: INT
Declaration FUNCTION snmpPublishInteger : INT;
Example: // Please see the example at Examples - SNMP Client. |