C# 클래스 RemoteTech.VesselSatellite

상속: ISatellite
파일 보기 프로젝트 열기: RemoteTechnologiesGroup/RemoteTech 1 사용 예제들

공개 메소드들

메소드 설명
GetHashCode ( ) : int
OnConnectionRefresh ( List routes ) : void

Called on connection refresh to update the connections.

ToString ( ) : string
VesselSatellite ( List signalProcessors ) : System

Build a new instance of VesselSatellite.

메소드 상세

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

OnConnectionRefresh() 공개 메소드

Called on connection refresh to update the connections.
public OnConnectionRefresh ( List routes ) : void
routes List List of network routes.
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

VesselSatellite() 공개 메소드

Build a new instance of VesselSatellite.
public VesselSatellite ( List signalProcessors ) : System
signalProcessors List List of signal processor for this satellites. Can't be null.
리턴 System