A struct containing the properties of a user. More...
Public Attributes | |
int | nUserID |
The user's ID. A value from 1 - 65535. | |
string | szNickname |
The user's nickname. | |
string | szUsername |
Username of user's account. | |
int | nStatusMode |
The user's currently status mode. | |
string | szStatusMsg |
The user's current status message. | |
int | nChannelID |
The channel the user is currently participating in. 0 if none. | |
string | szIPAddress |
The user's IP-address. | |
string | szVersion |
The user's client version. | |
UserType | uUserType |
A bitmask of the type of user based on UserType. | |
UserState | uUserState |
A bitmask of the user's current state, e.g. talking, muted, etc. | |
Subscription | uLocalSubscriptions |
A bitmask of what the local user subscribes to from this user. | |
Subscription | uPeerSubscriptions |
A bitmask of what this user subscribes to from local user. | |
int | nUserData |
The nUserData of the BearWare.UserAccount used by the user to log in. This field can be use to denote e.g. a database ID. | |
string | szAudioFolder |
Store audio received from this user to this folder. | |
AudioFileFormat | uAFF |
The AudioFileFormat used for audio files. | |
string | szAudioFileName |
Name of audio file currently being recorded. |
A struct containing the properties of a user.
The user's ID. A value from 1 - 65535.
string BearWare.User.szNickname |
The user's nickname.
string BearWare.User.szUsername |
Username of user's account.
The user's currently status mode.
string BearWare.User.szStatusMsg |
The user's current status message.
The channel the user is currently participating in. 0 if none.
string BearWare.User.szIPAddress |
The user's IP-address.
string BearWare.User.szVersion |
The user's client version.
A bitmask of the type of user based on UserType.
A bitmask of the user's current state, e.g. talking, muted, etc.
A bitmask of what the local user subscribes to from this user.
A bitmask of what this user subscribes to from local user.
The nUserData of the BearWare.UserAccount used by the user to log in. This field can be use to denote e.g. a database ID.
string BearWare.User.szAudioFolder |
Store audio received from this user to this folder.
The AudioFileFormat used for audio files.
Name of audio file currently being recorded.