SNMP client functions. More...


Go to the source code of this file.
Data Structures | |
| struct | SNMP_SESSION |
Functions | |
| SNMP_SESSION * | SnmpSessionOpen (uint32_t ip, uint16_t port, uint8_t *id, size_t id_len) |
| Open SNMP session. | |
| void | SnmpSessionClose (SNMP_SESSION *session) |
| Close SNMP session. | |
| int | SnmpSessionSendPdu (SNMP_SESSION *session, SNMP_PDU *pdu) |
| Send PDU. | |