Changes between Version 6 and Version 7 of Ticket #257


Ignore:
Timestamp:
07/13/12 04:17:29 (12 years ago)
Author:
ph3-der-loewe
Comment:

Added WAIT_NOTIFY flag to status type.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #257 – Description

    v6 v7  
    4545=== The Client status type === 
    4646This should be an integer type used to store flags. 
    47 ||= Flag =||= Name  =||= Description =|| 
    48 ||0x0001  ||RX_READY ||The protocol implementation is ready to read more data from the client || 
    49 ||0x0002  ||TX_READY ||The client is ready to read more data from the server. || 
     47||= Flag =||= Name     =||= Description =|| 
     48||0x0001  ||RX_READY    ||The protocol implementation is ready to read more data from the client || 
     49||0x0002  ||TX_READY    ||The client is ready to read more data from the server. || 
     50||0x0004  ||WAIT_NOTIFY ||The client is currently waiting for an asynchronous event. The type of this event is out of scope of this specification. It may be a timer, a notify API event or some other kind of asynchronous event. || 
    5051 
    5152Callbacks may be called even if the status callback would return that the client is not ready for the given operation. The callback have to return without doing something. The callback must return without error or setting the error value correctly for the situation (e.g. ROAR_ERROR_AGAIN).