C# Class kOS.Communication.HomeConnection

Inheritance: kOS.Safe.Communication.Connection
ファイルを表示 Open project: KSP-KOS/KOS Class Usage Examples

Public Methods

Method Description
HomeConnection ( SharedObjects sharedObj ) : kOS.Safe.Communication

Protected Methods

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

Method Details

Destination() protected method

protected Destination ( ) : Structure
return Structure

HomeConnection() public method

public HomeConnection ( SharedObjects sharedObj ) : kOS.Safe.Communication
sharedObj SharedObjects
return kOS.Safe.Communication

SendMessage() protected method

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