SnmpViewEntry Struct Reference
  View table entry. More...
#include <snmp_agent_vacm.h>
Data Fields | |
| MibRowStatus | status | 
| char_t | viewName [SNMP_MAX_VIEW_NAME_LEN+1] | 
| uint8_t | subtree [SNMP_MAX_OID_SIZE] | 
| size_t | subtreeLen | 
| uint8_t | mask [SNMP_MAX_BIT_MASK_SIZE] | 
| size_t | maskLen | 
| SnmpViewType | type | 
Detailed Description
View table entry.
Definition at line 112 of file snmp_agent_vacm.h.
Field Documentation
◆ mask
| uint8_t mask[SNMP_MAX_BIT_MASK_SIZE] | 
Definition at line 118 of file snmp_agent_vacm.h.
◆ maskLen
| size_t maskLen | 
Definition at line 119 of file snmp_agent_vacm.h.
◆ status
| MibRowStatus status | 
Definition at line 114 of file snmp_agent_vacm.h.
◆ subtree
| uint8_t subtree[SNMP_MAX_OID_SIZE] | 
Definition at line 116 of file snmp_agent_vacm.h.
◆ subtreeLen
| size_t subtreeLen | 
Definition at line 117 of file snmp_agent_vacm.h.
◆ type
| SnmpViewType type | 
Definition at line 120 of file snmp_agent_vacm.h.
◆ viewName
| char_t viewName[SNMP_MAX_VIEW_NAME_LEN+1] | 
Definition at line 115 of file snmp_agent_vacm.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/snmp/snmp_agent_vacm.h
 
