otDnssdServiceInstanceInfo
#include <dnssd_server.h>
מייצג מידע על מופע שירות שהתגלה עבור שאילתת DNS-SD.
סיכום
מאפיינים ציבוריים |
|
---|---|
mAddressNum
|
uint8_t
מספר כתובות IPv6 של המארח.
|
mAddresses
|
const otIp6Address *
מארחים כתובות IPv6.
|
mFullName
|
const char *
שם מלא של המופע (למשל "OpenThread._ipps._tcp.default.service.arpa.").
|
mHostName
|
const char *
שם המארח (למשל "ot-host.default.service.arpa.").
|
mPort
|
uint16_t
יציאת שירות.
|
mPriority
|
uint16_t
עדיפות השירות.
|
mTtl
|
uint32_t
TTL של השירות (בשניות).
|
mTxtData
|
const uint8_t *
שירות TXT RDATA.
|
mTxtLength
|
uint16_t
אורך TXT RDATA של השירות.
|
mWeight
|
uint16_t
משקל השירות
|
מאפיינים ציבוריים
mAddressNum
uint8_t otDnssdServiceInstanceInfo::mAddressNum
מספר כתובות IPv6 של המארח.
mFullName
const char * otDnssdServiceInstanceInfo::mFullName
שם מלא של המופע (למשל "OpenThread._ipps._tcp.default.service.arpa.").
mHostName
const char * otDnssdServiceInstanceInfo::mHostName
שם המארח (למשל "ot-host.default.service.arpa.").
mPort
uint16_t otDnssdServiceInstanceInfo::mPort
יציאת שירות.
mPriority
uint16_t otDnssdServiceInstanceInfo::mPriority
עדיפות השירות.
mTtl
uint32_t otDnssdServiceInstanceInfo::mTtl
TTL של השירות (בשניות).
mTxtData
const uint8_t * otDnssdServiceInstanceInfo::mTxtData
שירות TXT RDATA.
mTxtLength
uint16_t otDnssdServiceInstanceInfo::mTxtLength
אורך TXT RDATA של השירות.
mWeight
uint16_t otDnssdServiceInstanceInfo::mWeight
משקל השירות
מקורות מידע
המקור של נושאי העזר של OpenThread API הוא קוד המקור, שזמין ב-GitHub. אפשר לקרוא מידע נוסף או לתרום למסמכי התיעוד שלנו בדף מקורות מידע.