please dont rip this site Prev Next

CSADDR_INFO info


The CSADDR_INFO structure contains Windows Sockets address information for a network service or name space provider. The GetAddressByName function obtains Windows Sockets address information using CSADDR_INFO structures.

typedef struct _CSADDR_INFO { 

    SOCKET_ADDRESS  LocalAddr; 

    SOCKET_ADDRESS  RemoteAddr; 

    INT             iSocketType; 

    INT             iProtocol; 

} CSADDR_INFO; 

 

Members

LocalAddr
Specifies a Windows Sockets local address.

In a client application, pass this address to the bind function to obtain access to a network service.

In a network service, pass this address to the bind function so that the service is bound to the appropriate local address.

RemoteAddr
Specifies a Windows Sockets remote address. There are several uses for this remote address:
iSocketType
Specifies the type of the Windows socket. The following socket types are defined in WINSOCK.H:

Value

Socket Type

SOCK_STREAM

Stream.This is a protocol that sends data as a stream of bytes, with no message boundaries.

SOCK_DGRAM

Datagram. This is a connectionless protocol. There is no virtual circuit setup. There are typically no reliability guarantees. Services use recvfrom to obtain datagrams. The listen and accept functions do not work with datagrams.

SOCK_RDM

Reliably-Delivered Message. This is a protocol that preserves message boundaries in data.

SOCK_SEQPACKET

Sequenced packet stream. This is a protocol that is essentially the same as SOCK_RDM.

iProtocol
Specifies a value to pass as the protocol parameter to the socket function to open a socket for this service.

See Also

bind, connect, GetAddressByName, recv, send, sendto 

See also:


file: /Techref/os/win/api/win32/struc/src/str02_24.htm, 4KB, , updated: 2000/4/7 11:14, local time: 2012/2/10 13:54,
TOP NEW HELP FIND: 
38.107.179.233:LOG IN

 ©2012 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE! / 

<A HREF="http://www.piclist.com/tecHREF/os/win/api/win32/struc/src/str02_24.htm"> CSADDR_INFO</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

 
DON'T THROW IT AWAY! We part out dead printers, faxes, and other small mechanical items for hobby use and to support our web sites. And we pay shipping in California or pick up in San Diego North County. Call 1-619-652-0593 or email jamesnewton@massmind.org
 
miSim DE is an excellent, portable and powerful IDE for developing PIC applications.
The only consistant, simple to use yet powerful development environment. It simulates real-world devices via virtual component "plugins" (LED,LCD,key,motor,TV,etc) in real time, has a syntax highlighting editor, macro assembler and disassembler. Regular updates and third-party plugins keep this software ahead of any other PIC IDE.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .