Infinity.DiscoveryInterface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
discover |
r |
Virtual function to start discovery of services of the given type. If the discovery was already started ealier, then this function does nothing. |
|
discovered |
r |
Default signal handler for the |
|
get_discovered |
r |
Virtual function to retrieve a list of |
|
info_get_service_name |
r |
Returns the service name of the given |
|
info_get_service_type |
r |
Returns the type of the discovered service of the given |
|
parent |
r |
||
resolve |
r |
Virtual function that attempts to resolve the given discovery info. It guarantees to either call complete_func or error_func when the process has finished. |
|
undiscovered |
r |
Default signal handler for the |
Methods¶
None
Details¶
- class Infinity.DiscoveryInterface¶
The virtual methods and default signal handlers of
Infinity.Discovery
. Implementing these allows discovering infinote servers.