Name | Description |
---|---|
establishClientSocket | Establishes the client for the socket connection |
Examples | Collection of models that illustrate model use and test models |
Type | Name | Default | Description |
---|---|---|---|
String | xmlFileName | "Dummy.xml" |
Type | Name | Description |
---|---|---|
Integer | socketFD | Socket file descripter, or a negative value if an error occured |
function establishClientSocket "Establishes the client for the socket connection" input String xmlFileName = "Dummy.xml"; output Integer socketFD "Socket file descripter, or a negative value if an error occured"; external "C" socketFD=establishclientsocket(xmlFileName); end establishClientSocket;