C# Class RemoteTech.VesselSatellite

Inheritance: ISatellite
Mostrar archivo Open project: RemoteTechnologiesGroup/RemoteTech Class Usage Examples

Public Methods

Method 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 method

public GetHashCode ( ) : int
return int

OnConnectionRefresh() public method

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

ToString() public method

public ToString ( ) : string
return string

VesselSatellite() public method

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