Get Port Type of Port of RTC
ret=Port_getPortType(port)
Handle of Port.
string. Port Type.
This function get Port profile (Port Type).
cn = CorbaNaming_create("localhost:2809"); rtobject = CorbaNaming_resolve(cn, "ysuga_pc.host_cxt/ConsoleIn0.rtc"); port1=RTObject_getPort(rtobject, "out"); disp(Port_getPortType(port1)); | ![]() | ![]() |