BearWare.UserAccount Struct Reference
[Server Properties]

A struct containing the properties of a user account. More...

List of all members.

Public Attributes

string szUsername
 The account's username.
string szPassword
 The account's password.
UserType uUserType
 A bitmask of the type of user based on UserType.
int nUserData
 A user data field which can be used for additional information. The nUserData field of the BearWare.User struct will contain this value when a user who logs in with this account.
string szNote
 Additional notes about this user.
string szInitChannel
 User should (manually) join this channel after login. If an initial channel is specified in the user's account then no password is required for the user to join the channel.
int[] autoOperatorChannels
 Channels where this user will automatically become channel operator when joining.

Detailed Description

A struct containing the properties of a user account.

A registered user is one that has a user account on the server.

See also:
TeamTalk4.DoListUserAccounts
TeamTalk4.DoNewUserAccount
TeamTalk4.DoDeleteUserAccount

Member Data Documentation

The account's username.

The account's password.

A bitmask of the type of user based on UserType.

A user data field which can be used for additional information. The nUserData field of the BearWare.User struct will contain this value when a user who logs in with this account.

Additional notes about this user.

User should (manually) join this channel after login. If an initial channel is specified in the user's account then no password is required for the user to join the channel.

See also:
TeamTalk4.DoJoinChannel()

Channels where this user will automatically become channel operator when joining.

See also:
TeamTalk4.DoChannelOp()
Generated on Sun Mar 18 17:16:15 2012 for TeamTalk 4 .NET DLL by  doxygen 1.6.3