Compounds | |||
![]() | ![]() | struct | errorInfo |
![]() | ![]() | struct | clientInfo |
Defines | |||
![]() | ![]() | #define | TCPIPVECT |
![]() | ![]() | TCPIP interrupt vector. | |
![]() | ![]() | #define | TCP |
![]() | ![]() | Constant for the TCP socket. | |
![]() | ![]() | #define | UDP |
![]() | ![]() | Constant for the UDP socket. | |
Typedefs | |||
![]() | ![]() | typedef int | bool |
![]() | ![]() | bool is an int. | |
![]() | ![]() | typedef unsigned char | byte |
![]() | ![]() | a byte is an unsigned char. | |
Variables | |||
![]() | ![]() | struct errorInfo* | errorInfoPtr |
![]() | ![]() | errorInfoPtr is a pointer to the errorInfo struct. More... | |
![]() | ![]() | struct clientInfo* | clientInfoPtr |
![]() | ![]() | clientInfoPtr is a pointer to the clientInfo struct. More... | |
@author: Christian Decker (cdecker@teco.edu)
Development System: Turbo C++ 3.0
Licence: GPL
This API was developed for easy handling the TCPIP/UDP functions of the SC12 from Beck GmbH. The code was inspired from snippets which I found in the examples delivered with the original API descriptions from Beck.
This API contains functions for opening, closing sockets, binding them, connection, sending and receiving data through them, listen on particular ports and some converting routines for IP-Adressen to network byte order. These functions not only for TCP sockets, they are for UDP sockets, too.
Definition in file netapi_t.h.
| #define TCPIPVECT () |
| #define TCP () |
| #define UDP () |
| typedef int bool |
| typedef unsigned char byte |
| struct errorInfo* errorInfoPtr |
errorInfoPtr is a pointer to the errorInfo struct.
Definition at line 56 of file netapi_t.h.
| struct clientInfo* clientInfoPtr |
clientInfoPtr is a pointer to the clientInfo struct.
Definition at line 70 of file netapi_t.h.
1.0.0 written by Dimitri van Heesch,
© 1997-1999