Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
The basic procedure for using IrSock is similar to that for Winsock.
The following table shows the Winsock functions that you use to create IrSock-applications. Information specific to IrDA is provided under Notes for IrDA Sockets.
Function | Description |
---|---|
This function associates a local address with a socket. |
|
This function closes an existing socket. |
|
This function establishes a connection to a specified socket. |
|
This function retrieves a socket option. |
|
This function places a socket at a state where it is listening for an incoming connection. |
|
This function receives data from a connected socket. |
|
This function sets a socket option. |
|
This function creates a socket that is bound to a specific service provider. |