Gocator 2x00 API
Go2ProfileGrooveLocation
Description

Determines which groove to select when multiple are present.

C
enum Go2ProfileGrooveLocation {
  GO2_PROFILE_GROOVE_LOCATION_BOTTOM = 0,
  GO2_PROFILE_GROOVE_LOCATION_LEFT = 1,
  GO2_PROFILE_GROOVE_LOCATION_RIGHT = 2
};
Members
Members 
Description 
GO2_PROFILE_GROOVE_LOCATION_BOTTOM = 0 
Return the position of the bottom of the groove. 
GO2_PROFILE_GROOVE_LOCATION_LEFT = 1 
Return the position of the left corner of the groove. 
GO2_PROFILE_GROOVE_LOCATION_RIGHT = 2 
Return the position of the right corner of the groove. 
File

Go2ProfileTypes.h

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