<< Port_getName Port Port_getProfileList >>

RTCscilab >> NamingService > Port > Port_getPortType

Port_getPortType

Get Port Type of Port of RTC

Calling Sequence

ret=Port_getPortType(port)

Parameters

port

Handle of Port.

ret

string. Port Type.

Description

This function get Port profile (Port Type).

Examples

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

See Also

Authors

<< Port_getName Port Port_getProfileList >>