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