#include <network_service_discovery.h>
A servicer provider identified by its device UUID and address.
公共成员函数 |
|
| ServiceProviderDetails ()=default | |
| ServiceProviderDetails (const ServiceProviderDetails &)=default | |
| ServiceProviderDetails & | operator= (const ServiceProviderDetails &)=default |
| ServiceProviderDetails ( ServiceProviderDetails &&)=default | |
| ServiceProviderDetails & | operator= ( ServiceProviderDetails &&)=default |
| ServiceProviderDetails (const String &uuidIn, const NetworkIpAddr &addressIn) | |
Public Attributes |
|
| String | uuid |
| NetworkIpAddr | address |
Friends |
|
| Bool | operator== (const ServiceProviderDetails &lhs, const ServiceProviderDetails &rhs) |
| Bool | operator!= (const ServiceProviderDetails &lhs, const ServiceProviderDetails &rhs) |
|
default |
|
default |
|
default |
| ServiceProviderDetails | ( | const String & | uuidIn , |
| const NetworkIpAddr & | addressIn | ||
| ) |
|
default |
|
default |
|
friend |
|
friend |
| String uuid |
| NetworkIpAddr address |