Connection Connection Connection_destroy

RTCscilab >> NamingService > Connection > Connection_create

Connection_create

Create Reference of Connection

Calling Sequence

cn=Connection_create(portA, portB)

Parameters

cn

Handle of Connection.

portA

Handle of Port

portB

Handle of Port

Description

This function create Connection

Examples

p1=<a href="RTObject_getPort.html" class="link">RTObject_getPort</a>(rto, "in");
p2=<a href="RTObject_getPort.html" class="link">RTObject_getPort</a>(rto, "in");
connection=<a href="Connection_create.html" class="link">Connection_create</a>(p1, p2);

See Also

Authors

Connection Connection Connection_destroy