'A' record containing IP4 address More...

#include <Resource.h>

Inheritance diagram for mDNS::Resource::A:
Collaboration diagram for mDNS::Resource::A:

Public Member Functions

IpAddress getAddress () const
 
String toString () const
 
void init (IpAddress ipaddr)
 
 Record (const Answer &answer)
 
- Public Member Functions inherited from mDNS::Resource::Record
 Record (const Answer &answer)
 
String toString () const
 

Static Public Attributes

static constexpr Resource::Type type {Resource::Type::A}
 

Additional Inherited Members

- Public Attributes inherited from mDNS::Resource::Record
Answeranswer
 
- Protected Member Functions inherited from mDNS::Resource::Record
uint8_t * getRecord () const
 
uint16_t getRecordSize () const
 

Detailed Description

'A' record containing IP4 address

Member Function Documentation

◆ getAddress()

IpAddress mDNS::Resource::A::getAddress ( ) const

◆ init()

void mDNS::Resource::A::init ( IpAddress  ipaddr)

◆ Record()

mDNS::Resource::Record::Record
inline

◆ toString()

String mDNS::Resource::A::toString ( ) const
inline

Member Data Documentation

◆ type

constexpr Resource::Type mDNS::Resource::A::type {Resource::Type::A}
staticconstexpr

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