Motorola CA50 Developer & User Manual page 340

Table of Contents

Advertisement

11 - 38 CA50/UCA Client & Server Developer & User Guide
UpdateConsoleUser
This method updates a console user's information in the UCA server system.
int UpdateConsoleUser(ConsoleUserInfo newUserInfo, string ipAddr, ref UCAWebServiceStatus WSStatus)
Parameters
newUserInfo
ConsoleUserInfo class that describes the user (see
ipAddr
IP address of the source machine (optional - used for logging). Pass "" when address logging is not required.
WSStatus
UCAWebServiceStatus class describes the status of the call.
Return Values
Returns a value of 1 when successful.
Remarks
Any errors are logged to the NT Event log.
GetConsoleUserData
This method retrieves a console user's information from the UCA system. The user's information is updated in the
ConsoleUserInfo class passed to the method.
int GetConsoleUserData(string sUser, string ipAddr, ref ConsoleUserInfo userInfo,
ref UCAWebServiceStatus WSStatus)
Parameters
sUser
User's login ID.
ipAddr
IP address of source machine (optional - used for logging). Pass "" when address logging is not required.
UserInfo
A reference to a ConsoleUserInfo class that describes the user.
WSStatus
UCAWebServiceStatus class describes the status of the call.
Return Values
Returns a value of 1 when successful. When successful, UserInfo is populated with the specified user's
information.
Remarks
Any errors are logged to the NT Event log.
Table 11-13 on page
11-37).

Advertisement

Table of Contents
loading

Table of Contents