PLCnext API Documentation  22.9.0.33
Public Member Functions | List of all members
Arp::System::Nm::IPayload Class Referenceabstract

Interface for Paylo objects More...

#include <IPayload.hpp>

Inheritance diagram for Arp::System::Nm::IPayload:
Inheritance graph

Public Member Functions

virtual PayloadTypeIdType GetId () const =0
 Returns the PayloadTypeId More...
 
virtual const String GetName () const =0
 Returns the PayloadTypeName More...
 
virtual const RawPayloadTypeGetAsRawPayloadType () const =0
 Returns a reference to the raw payload object More...
 
virtual const String ToString () const =0
 Get a human readable string representation More...
 

Detailed Description

Interface for Paylo objects

Member Function Documentation

◆ GetAsRawPayloadType()

virtual const RawPayloadType& Arp::System::Nm::IPayload::GetAsRawPayloadType ( ) const
pure virtual

◆ GetId()

virtual PayloadTypeIdType Arp::System::Nm::IPayload::GetId ( ) const
pure virtual

◆ GetName()

virtual const String Arp::System::Nm::IPayload::GetName ( ) const
pure virtual

◆ ToString()

virtual const String Arp::System::Nm::IPayload::ToString ( ) const
pure virtual

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