SNMP_ST_VariableBinding

Structure for SNMP variable bindings

TYPE ST_SNMP_VariableBinding :
STRUCT
iType :INT;
iLength :INT;
pArrValue :POINTER TO ARRAY[1..10000] OF BYTE;
sOID :STRING(300) ;
END_STRUCT
END_TYPE

iType: The SNMP Data Type defined in E_SNMP_DataTypes.

iLength: The number of elements of pArrValue.

pArrValue: A pointer to the array filled with the values.

sOID: String containing the dotted numerical value of the variable binding.

Requirements

Development environment

Target system type

PLC libraries to be linked

TwinCAT version 2.8.0 or higher

PC or CX (x86)

TcpIp.Lib ( Standard.Lib; TcBase.Lib; TcSystem.Lib are included automatically )