C# Class Protocol.Mumble.MumbleChannel

显示文件 Open project: FreeApophis/Mumble.net Class Usage Examples

Public Methods

Method Description
IsRoot ( ) : bool
MumbleChannel ( MumbleClient client, ChannelState message ) : System
Tree ( int level ) : string
Update ( ChannelState message ) : void

Private Methods

Method Description
AddLocalUser ( MumbleUser user ) : void
RemoveLocalUser ( MumbleUser user ) : void

Method Details

IsRoot() public method

public IsRoot ( ) : bool
return bool

MumbleChannel() public method

public MumbleChannel ( MumbleClient client, ChannelState message ) : System
client MumbleClient
message ChannelState
return System

Tree() public method

public Tree ( int level ) : string
level int
return string

Update() public method

public Update ( ChannelState message ) : void
message ChannelState
return void