EZ800000100STS Zilog, EZ800000100STS Datasheet - Page 11

no-image

EZ800000100STS

Manufacturer Part Number
EZ800000100STS
Description
SOFTWARE TCP/IP SOURCE CODE
Manufacturer
Zilog
Type
Protocol Stackr
Datasheets

Specifications of EZ800000100STS

Tool Type
Programming Software
Core Architecture
Z8
For Use With/related Products
eZ80 Acclaim! MCU
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
socket
RM004012-0707
Include
Prototype
Description
Argument(s)
#include <socket.h>
INT16 socket (
);
The
provider.
af
type
protocol The protocol function is a particular protocol to be used
INT16 af,
INT16 type,
INT16 protocol
socket
An address family specification. ZTP supports only the
AF_INET internet address family.
A type specification for the new socket.
ZTP supports the following two types of sockets:
SOCK_STREAM—Provides sequenced, reliable, two-way,
connection-based byte streams with an out-of-band data
transmission mechanism. Uses TCP for the Internet address
family.
SOCK_DGRAM—Supports datagrams, which are
connectionless, unreliable buffers of a fixed (typically small)
maximum length. Uses UDP for the Internet address family.
Socket type definitions appear in the socket.h header file.
with sockets that are specific to an indicated address family.
As this parameter is not used, the value passed must be
zero across all versions of ZTP.
function creates a socket that is bound to a specific service
Zilog TCP/IP Stack API
Reference Manual
ZTP API Reference
3

Related parts for EZ800000100STS