C# Class kOS.Communication.VesselConnection

Inheritance: kOS.Safe.Communication.Connection
Afficher le fichier Open project: KSP-KOS/KOS

Méthodes publiques

Méthode Description
ToString ( ) : string
VesselConnection ( Vessel vessel, SharedObjects shared ) : System

Méthodes protégées

Méthode Description
Destination ( ) : Structure
SendMessage ( Structure content ) : BooleanValue

Method Details

Destination() protected méthode

protected Destination ( ) : Structure
Résultat Structure

SendMessage() protected méthode

protected SendMessage ( Structure content ) : BooleanValue
content Structure
Résultat kOS.Safe.Encapsulation.BooleanValue

ToString() public méthode

public ToString ( ) : string
Résultat string

VesselConnection() public méthode

public VesselConnection ( Vessel vessel, SharedObjects shared ) : System
vessel Vessel
shared SharedObjects
Résultat System