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

Represents a user id.

C
enum Go2User {
  GO2_USER_NONE = 0,
  GO2_USER_ADMIN = 1,
  GO2_USER_TECHNICIAN = 2
};
Members
Members 
Description 
GO2_USER_NONE = 0 
No user id. 
GO2_USER_ADMIN = 1 
Administrator user id. 
GO2_USER_TECHNICIAN = 2 
Technician user id. 
File

Go2Api.h

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