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

Represents the pair state of a sensor

C
enum Go2SensorPairState {
  GO2_SENSOR_PAIR_STATE_INVALID = 0,
  GO2_SENSOR_PAIR_STATE_CONNECTED = 1,
  GO2_SENSOR_PAIR_STATE_MISSING = 2,
  GO2_SENSOR_PAIR_STATE_ERROR = 3
};
Members
Members 
Description 
GO2_SENSOR_PAIR_STATE_INVALID = 0 
This sensor is not assigned, or control connection is established to this sensor. 
GO2_SENSOR_PAIR_STATE_CONNECTED = 1 
Pair is connected 
GO2_SENSOR_PAIR_STATE_MISSING = 2 
Paired sensor is missing 
GO2_SENSOR_PAIR_STATE_ERROR = 3 
Error state - can't pair for some reason 
File

Go2Api.h

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