Skip to content

MDNSResponder

詳細情報

メンバー

MDNSResponder()

MDNSResponder::MDNSResponder()

~MDNSResponder()

MDNSResponder::~MDNSResponder()

begin()

bool MDNSResponder::begin(const char *hostName)

引数

  • constchar * hostName

戻り値

bool

end()

void MDNSResponder::end()

setInstanceName()

void MDNSResponder::setInstanceName(String name)

引数

  • String name

setInstanceName()

void MDNSResponder::setInstanceName(const char *name)

引数

  • constchar * name

setInstanceName()

void MDNSResponder::setInstanceName(char *name)

引数

  • char * name

addService()

void MDNSResponder::addService(char *service, char *proto, uint16_t port)

引数

  • char * service
  • char * proto
  • uint16_t port

addService()

void MDNSResponder::addService(const char *service, const char *proto, uint16_t port)

引数

  • constchar * service
  • constchar * proto
  • uint16_t port

addService()

void MDNSResponder::addService(String service, String proto, uint16_t port)

引数

  • String service
  • String proto
  • uint16_t port

addServiceTxt()

bool MDNSResponder::addServiceTxt(char *name, char *proto, char *key, char *value)

引数

  • char * name
  • char * proto
  • char * key
  • char * value

戻り値

bool

addServiceTxt()

void MDNSResponder::addServiceTxt(const char *name, const char *proto, const char *key, const char *value)

引数

  • constchar * name
  • constchar * proto
  • constchar * key
  • constchar * value

addServiceTxt()

void MDNSResponder::addServiceTxt(String name, String proto, String key, String value)

引数

  • String name
  • String proto
  • String key
  • String value

enableArduino()

void MDNSResponder::enableArduino(uint16_t port=3232, bool auth=false)

引数

  • uint16_t port
  • bool auth

disableArduino()

void MDNSResponder::disableArduino()

enableWorkstation()

void MDNSResponder::enableWorkstation(wifi_interface_t interface=ESP_IF_WIFI_STA)

引数

  • wifi_interface_t interface

disableWorkstation()

void MDNSResponder::disableWorkstation()

queryHost()

IPAddress MDNSResponder::queryHost(char *host, uint32_t timeout=2000)

引数

  • char * host
  • uint32_t timeout

戻り値

IPAddress

queryHost()

IPAddress MDNSResponder::queryHost(const char *host, uint32_t timeout=2000)

引数

  • constchar * host
  • uint32_t timeout

戻り値

IPAddress

queryHost()

IPAddress MDNSResponder::queryHost(String host, uint32_t timeout=2000)

引数

  • String host
  • uint32_t timeout

戻り値

IPAddress

queryService()

int MDNSResponder::queryService(char *service, char *proto)

引数

  • char * service
  • char * proto

戻り値

int

queryService()

int MDNSResponder::queryService(const char *service, const char *proto)

引数

  • constchar * service
  • constchar * proto

戻り値

int

queryService()

int MDNSResponder::queryService(String service, String proto)

引数

  • String service
  • String proto

戻り値

int

hostname()

String MDNSResponder::hostname(int idx)

引数

  • int idx

戻り値

String

IP()

IPAddress MDNSResponder::IP(int idx)

引数

  • int idx

戻り値

IPAddress

IPv6()

IPv6Address MDNSResponder::IPv6(int idx)

引数

  • int idx

戻り値

IPv6Address

port()

uint16_t MDNSResponder::port(int idx)

引数

  • int idx

戻り値

uint16_t

numTxt()

int MDNSResponder::numTxt(int idx)

引数

  • int idx

戻り値

int

hasTxt()

bool MDNSResponder::hasTxt(int idx, const char *key)

引数

  • int idx
  • constchar * key

戻り値

bool

txt()

String MDNSResponder::txt(int idx, const char *key)

引数

  • int idx
  • constchar * key

戻り値

String

txt()

String MDNSResponder::txt(int idx, int txtIdx)

引数

  • int idx
  • int txtIdx

戻り値

String