Changes between Initial Version and Version 1 of Ticket #16846, comment 12


Ignore:
Timestamp:
Mar 6, 2023, 1:07:42 PM (14 months ago)
Author:
X512

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16846, comment 12

    initial v1  
    1010    B_SELECT_OBJECT_IS_MESSAGE = 1 << 0,
    1111    B_SELECT_OBJECT_AUTO_STOP  = 1 << 1,
    12     B_SELECT_OBJECT_STOP_ALL   = 1 << 2,
     12    B_SELECT_OBJECT_CLEAR      = 1 << 2,
    1313};
     14
     15/**
     16@param port port that will receive selected object events
     17@param token used to specify destination BHandler, meaningful only if B_SELECT_OBJECT_IS_MESSAGE flag is set
     18@param infos an array of object identifiers and bitset of events to be watched. If some events are already being watched for specified port, watching status will be updated (object will be stopped being watched if zero event bitmask will be specified). B_SELECT_OBJECT_CLEAR flag make to ignore previous object watching state so only new watch state will be applied (and watching will be fully stopped if empty infos array will be provided). If B_SELECT_OBJECT_AUTO_STOP flag is set, event will be automatically stopped being watched after message is generated.
     19@param numInfos length of infos array
     20*/
    1421
    1522status_t