Gocator API > Go2 > Values > Go2SensorRole
Gocator 1x00 API
Go2SensorRole
Description

Represents the current role of a sensor within a sensor system.

C
enum Go2SensorRole {
  GO2_SENSOR_ROLE_INVALID = 0,
  GO2_SENSOR_ROLE_MAIN = 1,
  GO2_SENSOR_ROLE_BUDDY = 2,
  GO2_SENSOR_ROLE_UNASSIGNED = 3,
  GO2_SENSOR_ROLE_UNAVAILABLE = 4
};
Members
Members 
Description 
GO2_SENSOR_ROLE_INVALID = 0 
Invalid role; occurs when control connection is established to buddy. 
GO2_SENSOR_ROLE_MAIN = 1 
Main sensor. 
GO2_SENSOR_ROLE_BUDDY = 2 
Buddy sensor. 
GO2_SENSOR_ROLE_UNASSIGNED = 3 
Potential buddy sensor, not yet assigned. 
GO2_SENSOR_ROLE_UNAVAILABLE = 4 
Not a potential buddy, already assigned to another pair 
File

Go2Api.h

Copyright (c) 2013 by LMI Technologies Inc. All rights reserved.