Gocator API
 All Classes Files Functions Variables Typedefs Macros Groups Pages
GoSdkDef.h File Reference

Description

Essential API declarations.

Go to the source code of this file.

Macros

#define GO_ROLE_BUDDY   (1)
 Sensor is operating as a buddy sensor.
 
#define GO_ROLE_MAIN   (0)
 Sensor is operating as a main sensor.
 
#define GO_STATE_BUSY   (9)
 Sensor connected, but currently controlled by another sensor (cannot be configured directly).
 
#define GO_STATE_CANCELLED   (7)
 Sensor connected, but communication aborted via GoSensor_Cancel function (disconnect or refresh sensor).
 
#define GO_STATE_INCOMPATIBLE   (4)
 Sensor connected, but protocol incompatible with client (upgrade required).
 
#define GO_STATE_INCOMPLETE   (8)
 Sensor connected, but a required buddy sensor is not present (wait or remove buddy association).
 
#define GO_STATE_INCONSISTENT   (5)
 Sensor connected, but remote state was changed (refresh sensor).
 
#define GO_STATE_OFFLINE   (1)
 Sensor disconnected and no longer detected via discovery (refresh system to eliminate sensor).
 
#define GO_STATE_ONLINE   (0)
 Sensor disconnected, but detected via discovery.
 
#define GO_STATE_READY   (10)
 Sensor connected and ready to accept configuration commands.
 
#define GO_STATE_RESETTING   (2)
 Sensor disconnected and currently resetting (wait for completion).
 
#define GO_STATE_RUNNING   (11)
 Sensor connected and currently running.
 
#define GO_STATE_UNRESPONSIVE   (6)
 Sensor connected, but no longer detected via health or discovery (disconnect).
 
#define GO_USER_ADMIN   (1)
 Administrator user.
 
#define GO_USER_NONE   (0)
 No user.
 
#define GO_USER_TECH   (2)
 Technician user.