IrSock Functions
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. |
See Also
Concepts
IrDA Reference
IrDA Application Development