OHyMoS.NET Class Library

OhRelayPort クラス

基本型中継端子モデルを表すクラスです。 抽象クラスです。 このクラスはOhSenderPortを継承しています。

The OhRelayPort class is a model of relay ports. It extends OhSenderPort class.

この型のすべてのメンバの一覧については、 OhRelayPort メンバを参照してください。

System.Object
   OhymosNet.OhObject
      OhymosNet.OhPort
         OhymosNet.OhSenderPort
            OhymosNet.OhRelayPort
               OhymosNet.OhRelayDouble
               OhymosNet.OhRelayFloat
               OhymosNet.OhRelayInt
               OhymosNet.OhRelayLong

public abstract class OhRelayPort : OhSenderPort

解説

クラス OhRelayPort では、

を記憶し、 を定義しました。

送信元端子とは、この中継端子にデータを送ってくる側の端子です。 送信先端子とは、この中継端子から送られるデータを受けとる側の端子です。

OhRelayPort に接続できる送信元端子は1つだけです。 OhRelayPort には複数の送信先端子を接続できます。

The OhRelayPort has a instance variable "_sender". "_sender" is used to store the sender which sends data packs to the current port.

Member functions for are defined.

Only one port can be connected to the port for receiving data packs. More than one ports can be connected to the ports which sending data packs.

必要条件

名前空間: OhymosNet

アセンブリ: OhymosNet (OhymosNet.dll 内)

参照

OhRelayPort メンバ | OhymosNet 名前空間