Gocator 2000 API
Go2Changes
Description

Represents changes in the sensor system that require a client refresh.

C
enum Go2Changes {
  GO2_CHANGES_NONE = 0x00,
  GO2_CHANGES_DEVICE = 0x02,
  GO2_CHANGES_CONNECTION = 0x04
};
Members
Members 
Description 
GO2_CHANGES_NONE = 0x00 
No changes - client state is consistent with system state. 
GO2_CHANGES_DEVICE = 0x02 
One or more devices have come online or gone offline - refresh required. 
GO2_CHANGES_CONNECTION = 0x04 
Client has been disconnected - refresh required. 
File

Go2Api.h

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