Structure Summary
Structure SnmpNotificationVarBindTableEntry
   
Structure Details

SnmpNotificationVarBindTableEntry

/* Structure to store entry information of notificationVarBindTable */
INT32 reqID;
INT32 notificationVarBindIndex;
OID *notificationVarBindID;
INT32 notificationVarBindIDLen;
U_CHAR *notificationVarBindType;
U_INT32 notificationCounter32Value;
U_INT32 notificationUnsigned32Value;
U_INT32 notificationTimeTicksValue;
INT32 notificationInteger32Value;
U_CHAR *notificationOctetStringValue;
INT32 notificationOctetStringValueLen;
U_CHAR *notificationIPAddressValue;
OID *notificationOIDValue;
INT32 notificationOIDValueLen;
counter64 notificationCounter64Value;