/[svn]/liblscp/trunk/examples/server.c
ViewVC logotype

Diff of /liblscp/trunk/examples/server.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 146 by capela, Fri Jun 25 12:00:25 2004 UTC revision 147 by capela, Fri Jun 25 16:35:17 2004 UTC
# Line 606  lscp_status_t lscp_server_destroy ( lscp Line 606  lscp_status_t lscp_server_destroy ( lscp
606  /**  /**
607   *  Send an event notification message to all subscribed clients.   *  Send an event notification message to all subscribed clients.
608   *   *
609   *  @param pServer      Pointer to server instance structure.   *  @param pServer  Pointer to server instance structure.
610   *  @param event        Event type flag to send to all subscribed clients.   *  @param event    Event type flag to send to all subscribed clients.
611   *  @param pchBuffer    Pointer to event data to be sent to all clients.   *  @param pchData  Pointer to event data to be sent to all clients.
612   *  @param cchBuffer    Length of the event data to be sent in bytes.   *  @param cchData  Length of the event data to be sent in bytes.
613   *   *
614   *  @returns LSCP_OK on success, LSCP_FAILED otherwise.   *  @returns LSCP_OK on success, LSCP_FAILED otherwise.
615   */   */

Legend:
Removed from v.146  
changed lines
  Added in v.147

  ViewVC Help
Powered by ViewVC