<< Port_getInterfaceType Port Port_getPortType >>

RTCscilab >> NamingService > Port > Port_getName

Port_getName

Get Port Name of Port of RTC

Calling Sequence

ret=Port_getName(port)

Parameters

port

Handle of Port.

ret

string. Port Name.

Description

This function get Port profile (Port Name).

Examples

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

See Also

Authors

<< Port_getInterfaceType Port Port_getPortType >>