Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
CodeImp
Gluon
RemoteService
C# 클래스 CodeImp.Gluon.RemoteService
파일 보기
프로젝트 열기: DieterKoblenz/LCARS
1 사용 예제들
공개 메소드들
메소드
설명
ReceiveCommand
(
RemoteCommand
cmd
) :
void
SendCommand
(
RemoteCommand
cmd
) :
void
UpdateNetworkThread
( ) :
void
보호된 메소드들
메소드
설명
RemoteService
(
string
name
) :
System
메소드 상세
ReceiveCommand()
공개
메소드
public
ReceiveCommand
(
RemoteCommand
cmd
) :
void
cmd
RemoteCommand
리턴
void
RemoteService()
보호된
메소드
protected
RemoteService
(
string
name
) :
System
name
string
리턴
System
SendCommand()
공개
메소드
public
SendCommand
(
RemoteCommand
cmd
) :
void
cmd
RemoteCommand
리턴
void
UpdateNetworkThread()
공개
메소드
public
UpdateNetworkThread
( ) :
void
리턴
void