Type: |
Structure |
Available as of: |
V1.0.0.0 |
Inherits from: |
– |
The structure ST_Response provides information received from an SNMP agent upon a request.
Name |
Data type |
Description |
---|---|---|
sOid |
STRING[GPL.Gc_dwMaxSizeOid] |
The OID the agent responded to. This is additional information for you to match your request to the response. |
sAgentIp |
STRING[15] |
The IP address of the agent sending the response. This is additional information for you to match your request to the response. |
pbyValueBuffer |
POINTER TO BYTE |
The pointer to the buffer containing the value referenced by the OID received on a GET request (buffer provided by iq_stRequestInfo.i_stRequest.pbyValueBuffer). In case of a SET request, the buffer is not written. |
dwNumBytesValue |
DWORD |
Size of the value referenced by the OID which was set/gotten by the request before. |
etProtocolVersion |
ET_SnmpProtocolVersion |
SNMP protocol version sent from agent. |
oFB_SnmpManager