Property | Type | Description | |
---|---|---|---|
LogWriter | ConsoleLogWriter |
Method | Description | |
---|---|---|
Connect ( string server, string userName = "TestUserUniversal", int port = 20602, ClientRole clientRole = ClientRole.Primary ) : void | ||
CreateSession ( string sessionName ) : bool | ||
Disconnect ( ) : void | ||
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
JoinSession ( string sessionName ) : bool | ||
LeaveSession ( ) : void | ||
Update ( ) : void | ||
XToolsApp ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
Method | Description | |
---|---|---|
BeginPairing ( ) : bool | ||
CleanupNetworkObjects ( ) : void | ||
LogWriteLine ( string message ) : void | ||
OnSessionConnected ( |
||
OnSessionConnectionFailed ( |
||
OnSessionDisconnected ( |
||
OnViewerConnected ( |
||
OnViewerConnectionFailed ( |
||
OnViewerDisconnected ( |
public Connect ( string server, string userName = "TestUserUniversal", int port = 20602, ClientRole clientRole = ClientRole.Primary ) : void | ||
server | string | |
userName | string | |
port | int | |
clientRole | ClientRole | |
return | void |
public CreateSession ( string sessionName ) : bool | ||
sessionName | string | |
return | bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public JoinSession ( string sessionName ) : bool | ||
sessionName | string | |
return | bool |