Connection_create Connection CorbaNaming

RTCscilab >> Reference > NamingService > Connection > Connection_destroy

Connection_destroy

Destroy Connection

Calling Sequence

ret=Connection_destroy(cn)

Parameters

cn

Handle of Connection.

ret

Zero if success

Description

This function delete 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);
...
<a href="Connection_destroy.html" class="link">Connection_destroy</a>(connection);

See Also

Authors

Connection_create Connection CorbaNaming