<< Port_getDataflowType Port Port_getName >>

RTCscilab >> NamingService > Port > Port_getInterfaceType

Port_getInterfaceType

Get Interface Type of Port of RTC

Calling Sequence

ret=Port_getInterfaceType(port)

Parameters

port

Handle of Port.

ret

string. Port Interface Type.

Description

This function get Port profile (Interface Type).

Examples

cn = CorbaNaming_create("localhost:2809");
rtobject = CorbaNaming_resolve(cn, "ysuga_pc.host_cxt/ConsoleIn0.rtc");
port1=RTObject_getPort(rtobject, "out");
disp(Port_getProfileList(port1));

See Also

Authors

<< Port_getDataflowType Port Port_getName >>