Gocator API
 All Classes Files Functions Variables Typedefs Macros Modules Pages
GoDiscovery Class Reference

Description

Represents a discovery client.

Inheritance diagram for GoDiscovery:
Inheritance graph

Public Member Functions

kStatus GoDiscovery_Construct (GoDiscovery *discovery, kAlloc allocator)
 Constructs a GoDiscovery object. More...
 
kStatus GoDiscovery_Enumerate (GoDiscovery discovery, kArrayList infoList)
 Enumerates sensors present in the network. More...
 
kStatus GoDiscovery_GetAddress (GoDiscovery discovery, k32u deviceId, GoAddressInfo *address)
 Retrieves a sensor's network address settings. More...
 
kStatus GoDiscovery_SetAddress (GoDiscovery discovery, k32u deviceId, const GoAddressInfo *address)
 Configures a sensor's network address settings. More...
 
kStatus GoDiscovery_SetEnumHandler (GoDiscovery discovery, GoDiscoveryEnumFx function, kPointer receiver)
 Sets the enumeration callback to be used when background updates are enabled via StartEnum. More...
 
kStatus GoDiscovery_SetEnumPeriod (GoDiscovery discovery, k64u period)
 Sets the enumeration period that will be used when background updates are enabled via StartEnum. More...
 
kStatus GoDiscovery_StartEnum (GoDiscovery discovery, kBool waitFirst)
 Starts periodic background discovery enumeration. More...
 
kStatus GoDiscovery_StopEnum (GoDiscovery discovery)
 Stops periodic background discovery enumeration. More...
 

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