프로퍼티 | 타입 | 설명 | |
---|---|---|---|
LogWriter | ConsoleLogWriter |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
public CreateSession ( string sessionName ) : bool | ||
sessionName | string | |
리턴 | bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
리턴 | void |