import "RTCOutPort.idl";
Public メソッド | |
any | get () |
OutPort の値をAny型で取得. | |
RtmRes | subscribe (in InPort in_port, out SubscriptionID id, in SubscriberProfile profile) |
OutPort をサブスクライブする. | |
RtmRes | unsubscribe (in SubscriptionID id) |
OutPort をアンサブスクライブする. | |
Public 変数 | |
readonly attribute InPortList | inports |
OutPort をサブスクライブしているInPortのリスト. | |
readonly attribute PortProfile | profile |
OutPort のプロファイル. |
OutPort のインターフェースを定義。
|
OutPort の値をAny型で取得.
|
|
OutPort をサブスクライブする.
|
|
OutPort をアンサブスクライブする.
|
|
OutPort をサブスクライブしているInPortのリスト.
|
|
OutPort のプロファイル.
|