Gocator API

◆ GoSystem_Construct()

kStatus GoSystem_Construct ( GoSystem system,
kAlloc  allocator 
)

Constructs a GoSystem object.

During construction, a GoSystem object uses Gocator Discovery Protocol to locate sensors. The list of detected sensors can be accessed using the GoSystem_SensorCount and GoSystem_SensorAt functions.

Version
Introduced in firmware 4.0.10.27
Parameters
systemReceives constructed system object.
allocatorMemory allocator (or kNULL for default)
Returns
Operation status.