SNMP 2.0.0
Loading...
Searching...
No Matches
SNMP::Form Struct Reference

Helper struct to handle form of BER type. More...

#include <src/BER.h>

Public Types

enum  : uint8_t { Primitive = 0x00 , Constructed = 0x20 }
 Enumerates all possible form values. More...
 

Detailed Description

Helper struct to handle form of BER type.

Form is bit 5 in MSB of BER type.

Definition at line 188 of file BER.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : uint8_t

Enumerates all possible form values.

Enumerator
Primitive 

.. 0 .....

Constructed 

.. 1 .....

Definition at line 192 of file BER.h.


The documentation for this struct was generated from the following file: