C# Class RemoteTech.VesselSatellite

Inheritance: ISatellite
Afficher le fichier Open project: RemoteTechnologiesGroup/RemoteTech Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

OnConnectionRefresh() public méthode

Called on connection refresh to update the connections.
public OnConnectionRefresh ( List routes ) : void
routes List List of network routes.
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

VesselSatellite() public méthode

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