Port — Handle of Port of RTC
This value is used as the reference id of Port of RT-object on the CorbaNaming service.
cn = CorbaNaming_create("localhost:2809"); rtobject = CorbaNaming_resolve(cn, "ysuga_pc.host_cxt/ConsoleIn0.rtc"); RTObject_activate(rtobject); port1=RTObject_getPort(rtobject, "out"); ...