Functions | |
NUTDEVICE * | NutSoStreamCreate (TCPSOCKET *sock) |
Create a virtual stream device from a specified socket. | |
int | NutSoStreamDestroy (NUTDEVICE *dev) |
Destroy a previously created stream device. |
|
Create a virtual stream device from a specified socket.
|
|
Destroy a previously created stream device. This will flush the stream output buffer and release any occupied memory. To terminate the connection and close the socket, the application must call NutTcpCloseSocket().
|