C# 클래스 kOS.Communication.VesselConnection

상속: kOS.Safe.Communication.Connection
파일 보기 프로젝트 열기: KSP-KOS/KOS

공개 메소드들

메소드 설명
ToString ( ) : string
VesselConnection ( Vessel vessel, SharedObjects shared ) : System

보호된 메소드들

메소드 설명
Destination ( ) : Structure
SendMessage ( Structure content ) : BooleanValue

메소드 상세

Destination() 보호된 메소드

protected Destination ( ) : Structure
리턴 Structure

SendMessage() 보호된 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

VesselConnection() 공개 메소드

public VesselConnection ( Vessel vessel, SharedObjects shared ) : System
vessel Vessel
shared SharedObjects
리턴 System