Motorola CA50 Developer & User Manual page 337

Table of Contents

Advertisement

GetDeviceUserData
This method retrieves user information from the UCA system. The user's information is updated in the UserInfo
class passed to the method.
int GetDeviceUserData(string sStoreNumber, string sUser, string ipAddr, ref UserInfo userInfo, ref
UCAWebServiceStatus WSStatus)
Parameters
sStoreNumber
User's store number.
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 UserInfo 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.
UCA Server Optional APIs 11 - 35

Advertisement

Table of Contents
loading

Table of Contents