Contents

handleOpen

The handleOpen() method relies on the default IOService behavior to ensure that only one client has the stream open at a time. The shared input and output queues are created at open time.

Declaration

virtual bool handleOpen(
 IOService *forClient, 
 IOOptionBits options, 
 void *arg );

Parameters

  • options:
  • arg:

See Also

Opening and closing streams