LldpMsapId Struct Reference

MSAP identifier. More...

#include <lldp.h>

Data Fields

const uint8_t * chassisId
 Chassis identifier. More...
 
size_t chassisIdLen
 Length of the chassis identifier, in bytes. More...
 
const uint8_t * portId
 Port identifier. More...
 
size_t portIdLen
 Length of the port identifier, in bytes. More...
 

Detailed Description

MSAP identifier.

Definition at line 246 of file lldp.h.

Field Documentation

◆ chassisId

const uint8_t* chassisId

Chassis identifier.

Definition at line 248 of file lldp.h.

◆ chassisIdLen

size_t chassisIdLen

Length of the chassis identifier, in bytes.

Definition at line 249 of file lldp.h.

◆ portId

const uint8_t* portId

Port identifier.

Definition at line 250 of file lldp.h.

◆ portIdLen

size_t portIdLen

Length of the port identifier, in bytes.

Definition at line 251 of file lldp.h.


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