struct event_cb

Structure for callback events.

Documentation

Structure for callback events. The function "action" is called by the event-handler, when a socket gets data or the ULP is to be notified of some conditions. The function (action) takes five arguments : 1. socket fd, where event occurred 2. pointer to a (static) buffer where the data sits 3. an integer that contains the length of the data 4. pointer to the address where data came from
Parameters:
size - of the address/sockaddr_in, the origin of the message

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.