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

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

#include <src/BER.h>

Public Types

enum  : uint8_t { Universal = 0x00 , Application = 0x40 , Context = 0x80 , Private = 0xC0 }
 Enumerates all possible class values. More...
 

Detailed Description

Helper struct to handle class of BER type.

Class is bits 7 and 6 in MSB of BER type.

Definition at line 170 of file BER.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : uint8_t

Enumerates all possible class values.

Enumerator
Universal 

00 . .....

Application 

01 . .....

Context 

10 . .....

Private 

11 . .....

Definition at line 174 of file BER.h.


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