libptpmgmt 2.0
libptpmgmt library that provides the functionality of linuxptp pmc
Loading...
Searching...
No Matches
Public Member Functions | List of all members
MessageSigTlv Class Reference

#include <msg.h>

Public Member Functions

 MessageSigTlv (const MessageSigTlv &other)
 
 MessageSigTlv (MessageSigTlv &&other)
 
tlvType_e tlvType () const
 
const BaseSigTlvtlv () const
 

Detailed Description

Store a Signaling TLV with it's type

Note
iterators are supported using C++ only. This class is used with iterators only.

Constructor & Destructor Documentation

◆ MessageSigTlv() [1/2]

MessageSigTlv::MessageSigTlv ( const MessageSigTlv other)

Copy constructor

Parameters
[in]othersignalling TLV to copy

◆ MessageSigTlv() [2/2]

MessageSigTlv::MessageSigTlv ( MessageSigTlv &&  other)

Move constructor

Parameters
[in]othersignalling TLV to copy

Member Function Documentation

◆ tlv()

const BaseSigTlv * MessageSigTlv::tlv ( ) const

Get signalling TLV

Returns
pointer to TLV

◆ tlvType()

tlvType_e MessageSigTlv::tlvType ( ) const

Get signalling TLV id

Returns
TLV id

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