No BSD License
-
tcp_close(tcp_client_h)
% TCP_CLOSE closes the open socket, which the supplied handle
-
tcp_connect(ip_address, port_...
% TCP_CONNECT instances an ActiveX object from atlSocket DLL,
-
tcp_geterror(tcp_client_h)
% TCP_GETERROR returns a string, containg the last error
-
tcp_getserveripaddress(tcp_cl...
% TCP_GETSERVERIPADDRESS returns a string containing the server's
-
tcp_getserverportnum(tcp_clie...
% TCP_GETSERVERIPADDRESS returns the TCP port number, on the server,
-
tcp_getsocketerrorcode(tcp_cl...
% TCP_GETSOCKETERRORCODE returns the last error code, that the underlying
-
tcp_recv(tcp_client_h, vec_le...
% TCP_RECV reads a vector from an open socket.
-
tcp_send(tcp_client_h, buff, ...
% TCP_SEND sends a vector to the server, through an open socket.
-
View all files
atlSocket
by David Ganor
08 Sep 2003
(Updated 09 Sep 2003)
A TCP/IP client-side socket entity implemented as an ActiveX DLL.
|
Watch this File
|
| File Information |
| Description |
The atlSocket.dll and the companion M-functions can create, open, close, send and receive data through a TCP/IP socket.
The DLL is an ActiveX DLL and implements the client-side of the socket. Only vectors (1D matrices) can be sent and received. MATLAB's basic double data-type can be converted to 'uint8', 'uint16' or 'uint32'.
IMPORTANT: THE SERVER IS ASSUMED TO BE A BIG-ENDIEN MACHINE, HENCE ELEMENT'S BYTE_ORDER IS SWAPPED! |
| MATLAB release |
MATLAB 6.0 (R12)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us at files@mathworks.com