C# Class kOS.Communication.VesselConnection

Inheritance: kOS.Safe.Communication.Connection
Datei anzeigen Open project: KSP-KOS/KOS

Public Methods

Method Description
ToString ( ) : string
VesselConnection ( Vessel vessel, SharedObjects shared ) : System

Protected Methods

Method Description
Destination ( ) : Structure
SendMessage ( Structure content ) : BooleanValue

Method Details

Destination() protected method

protected Destination ( ) : Structure
return Structure

SendMessage() protected method

protected SendMessage ( Structure content ) : BooleanValue
content Structure
return kOS.Safe.Encapsulation.BooleanValue

ToString() public method

public ToString ( ) : string
return string

VesselConnection() public method

public VesselConnection ( Vessel vessel, SharedObjects shared ) : System
vessel Vessel
shared SharedObjects
return System