Gocator API > Go2 > Values > Go2StateIndex
Gocator 2x00 API
Go2StateIndex
Description

Represents the index values for states contained within the array returned by Go2System_GetStates.

C
enum Go2StateIndex {
  GO2_STATE_INDEX_SYSTEM = 0,
  GO2_STATE_INDEX_CALIBRATION = 1,
  GO2_STATE_INDEX_RECORDING = 2,
  GO2_STATE_INDEX_DATA_SOURCE = 3
};
Members
Members 
Description 
GO2_STATE_INDEX_SYSTEM = 0 
System state. Please refer to Go2SystemState for the represented values. 
GO2_STATE_INDEX_CALIBRATION = 1 
Calibration state. Please refer to Go2CalibrationState to decode the values. 
GO2_STATE_INDEX_RECORDING = 2 
Recording state. It will have a value of 0 if disabled and 1 if enabled. 
GO2_STATE_INDEX_DATA_SOURCE = 3 
Playback data source. It will have a value of 0 if the data is live and 1 if the data is from a recording. 
File

Go2Api.h

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