C# 클래스 Service.Service.RemoteService

상속: Service
파일 보기 프로젝트 열기: shlee322/Netronics 1 사용 예제들

공개 메소드들

메소드 설명
AddChannel ( IChannel channel ) : void
AddNetwork ( byte address, int port ) : void
GetServices ( ) : Services
RemoteService ( Services services, int id ) : System.Collections.Generic

메소드 상세

AddChannel() 공개 메소드

public AddChannel ( IChannel channel ) : void
channel IChannel
리턴 void

AddNetwork() 공개 메소드

public AddNetwork ( byte address, int port ) : void
address byte
port int
리턴 void

GetServices() 공개 메소드

public GetServices ( ) : Services
리턴 Services

RemoteService() 공개 메소드

public RemoteService ( Services services, int id ) : System.Collections.Generic
services Services
id int
리턴 System.Collections.Generic