Свойство | Type | Description | |
---|---|---|---|
ServerVersion | uint |
Méthode | 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 |
Méthode | Description | |
---|---|---|
NextSequence ( ) : System.UInt64 | ||
ProtocolHandler ( object sender, |
public FindChannel ( string name ) : |
||
name | string | |
Résultat |
public MumbleClient ( string version, string host, string username, int port = 64738 ) : System | ||
version | string | |
host | string | |
username | string | |
port | int | |
Résultat | System |
public SendTextMessageToChannel ( string message, |
||
message | string | |
channel | ||
recursive | bool | |
Résultat | void |
public SendTextMessageToUser ( string message, |
||
message | string | |
user | ||
Résultat | void |
public SwitchChannel ( |
||
channel | ||
Résultat | void |
public Update ( |
||
message | ||
Résultat | void |
public Update ( |
||
message | ||
Résultat | void |