C# Class kOS.Communication.ProcessorConnection

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

Méthodes publiques

Méthode Description
IsCpuVessel ( ) : bool
ProcessorConnection ( kOSProcessor processor, SharedObjects shared ) : System
ThrowIfNotCPUVessel ( ) : void
ToString ( ) : string

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

IsCpuVessel() public méthode

public IsCpuVessel ( ) : bool
Résultat bool

ProcessorConnection() public méthode

public ProcessorConnection ( kOSProcessor processor, SharedObjects shared ) : System
processor kOS.Module.kOSProcessor
shared SharedObjects
Résultat System

SendMessage() protected méthode

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

ThrowIfNotCPUVessel() public méthode

public ThrowIfNotCPUVessel ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string