UDP API Definition: Difference between revisions

Jump to navigation Jump to search
Line 1,886: Line 1,886:
=== USER: Retrieve User UID ===
=== USER: Retrieve User UID ===
'''Command String:'''
'''Command String:'''
* USER user={str user name}
* USER [user={str user name}|uid={int user id}]


'''Possible Replies:'''
'''Possible Replies:'''
Line 1,892: Line 1,892:
* 295 USER
* 295 USER
: {int4 uid}
: {int4 uid}
 
* 296 USER
: {str username}
----
----