Property | Type | Description | |
---|---|---|---|
ServerVersion | uint |
Method | Description | |
---|---|---|
Connect ( ) : void | ||
FindChannel ( string name ) : |
||
FindUser ( uint id ) : |
||
MumbleClient ( string version, string host, string username, int port = 64738 ) : System | ||
SendTextMessageToChannel ( string message, |
||
SendTextMessageToUser ( string message, |
||
SwitchChannel ( |
||
Update ( |
||
Update ( |
||
Update ( Version message ) : void |
Method | Description | |
---|---|---|
NextSequence ( ) : System.UInt64 | ||
ProtocolHandler ( object sender, |
public FindChannel ( string name ) : |
||
name | string | |
return |
public MumbleClient ( string version, string host, string username, int port = 64738 ) : System | ||
version | string | |
host | string | |
username | string | |
port | int | |
return | System |
public SendTextMessageToChannel ( string message, |
||
message | string | |
channel | ||
recursive | bool | |
return | void |
public SendTextMessageToUser ( string message, |
||
message | string | |
user | ||
return | void |
public SwitchChannel ( |
||
channel | ||
return | void |