C# 클래스 kOS.Communication.ProcessorConnection

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

공개 메소드들

메소드 설명
IsCpuVessel ( ) : bool
ProcessorConnection ( kOSProcessor processor, SharedObjects shared ) : System
ThrowIfNotCPUVessel ( ) : void
ToString ( ) : string

보호된 메소드들

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

메소드 상세

Destination() 보호된 메소드

protected Destination ( ) : Structure
리턴 Structure

IsCpuVessel() 공개 메소드

public IsCpuVessel ( ) : bool
리턴 bool

ProcessorConnection() 공개 메소드

public ProcessorConnection ( kOSProcessor processor, SharedObjects shared ) : System
processor kOS.Module.kOSProcessor
shared SharedObjects
리턴 System

SendMessage() 보호된 메소드

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

ThrowIfNotCPUVessel() 공개 메소드

public ThrowIfNotCPUVessel ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string