|
Contiki-NG
|
An implementation of the Simple Network Management Protocol (RFC 3411-3418)More...
#include "contiki.h"#include "snmp-api.h"#include "snmp-message.h"#include "snmp-ber.h"#include "snmp-oid.h"Go to the source code of this file.
Functions | |
| void | snmp_api_set_string (snmp_varbind_t *varbind, uint32_t *oid, char *string) |
| Function to set a varbind with a string. More... | |
| void | snmp_api_set_time_ticks (snmp_varbind_t *varbind, uint32_t *oid, uint32_t integer) |
| Function to set a varbind with a time tick. More... | |
| void | snmp_api_set_oid (snmp_varbind_t *varbind, uint32_t *oid, uint32_t *ret_oid) |
| Function to set a varbind with a oid. More... | |
| void | snmp_api_add_resource (snmp_mib_resource_t *new_resource) |
| Function to add a new resource. More... | |
An implementation of the Simple Network Management Protocol (RFC 3411-3418)
Definition in file snmp-api.c.
1.8.13