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