z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


snmpBuildV1TrapPDU parameters

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

pdu
This output parameter is a pointer to the variable into which to store the address of the SnmpPDU structure that is created. This parameter is required.
snmpSession
This input parameter is the address of the SNMP session for which the SNMP PDU needs to be built. This parameter is the output parameter of the snmpBuildSession() function and is required.
varbinds
This input parameter is a pointer to the array of VarBind structures that was built using the snmpCreateVarBinds() and snmpAddVarBind() functions. This parameter is required.
ent_p
This input parameter is a pointer to the enterprise OID that generates the trap. This parameter is required.
local_ip
This input parameter is the address of the system that generates the trap (a character string). This parameter is required.
generic
This input parameter indicates the generic trap type. This parameter is required.
specific
This input parameter indicates the specific trap type. This parameter is required.
timestamp
This input parameter specifies the amount of time that has elapsed between the last network re-initialization and generation of the trap. This parameter is required.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014