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

Represents the state of the sensor system.

C
enum Go2SystemState {
  GO2_SYSTEM_STATE_CONFLICT = 1,
  GO2_SYSTEM_STATE_READY = 2,
  GO2_SYSTEM_STATE_RUNNING = 3
};
Members
Members 
Description 
GO2_SYSTEM_STATE_CONFLICT = 1 
System cannot run because of configuration conflicts. 
GO2_SYSTEM_STATE_READY = 2 
System is currently stopped, but is ready to run. 
GO2_SYSTEM_STATE_RUNNING = 3 
System is running. 
File

Go2Api.h

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