urbiDisconnect

PURPOSE ^

Close a connection to the URBI server

SYNOPSIS ^

function urbiDisconnect(con)

DESCRIPTION ^

 Close a connection to the URBI server

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function urbiDisconnect(con)
0002 % Close a connection to the URBI server
0003 
0004 
0005 if (nargin ~= 1)
0006     error('urbiDisconnect(con)\n id of the urbi connection',1);
0007 end
0008 
0009 urbiClearConnection(con,1);
0010 pnet(con, 'close');

Generated on Tue 20-Dec-2005 19:05:34 by m2html © 2003