libptpmgmt  1.4
libptpmgmt library that provides the functionality of linuxptp pmc
Public Member Functions | List of all members
MessageSigTlvCallback Class Referenceabstract

Abstract class used for callback for Signalling TLVs traverse. More...

#include <msg.h>

Public Member Functions

virtual bool callback (const Message &msg, tlvType_e tlvType, const BaseSigTlv *tlv)=0
 

Detailed Description

Abstract class used for callback for Signalling TLVs traverse.

Note
For PHP, Perl, Python and Ruby use

Member Function Documentation

◆ callback()

virtual bool MessageSigTlvCallback::callback ( const Message msg,
tlvType_e  tlvType,
const BaseSigTlv tlv 
)
pure virtual

Callback for handling a single signalling TLV

Parameters
[in]msgreference to the Message object calling this callback
[in]tlvTypesignalling TLV type
[in]tlvsignalling TLV
Returns
true to stop traverse
Note
Available for PHP, Perl, Python and Ruby use

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