VirtualBox

Changeset 28101 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Apr 8, 2010 3:42:36 PM (15 years ago)
Author:
vboxsync
Message:

serial: Let the UART device signal if we are not ready to consume more data. Should fix lost characters when working with host hardware devices.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdmifs.h

    r28065 r28101  
    15051505     */
    15061506    DECLR3CALLBACKMEMBER(int, pfnNotifyStatusLinesChanged,(PPDMICHARPORT pInterface, uint32_t fNewStatusLines));
     1507   
     1508    /**
     1509     * Notify the device when the driver buffer is full.
     1510     *
     1511     * @returns VBox status code.
     1512     * @param   pInterface      Pointer to the interface structure containing the called function pointer.
     1513     * @param   fFull           Buffer full.
     1514     * @thread  Any thread.
     1515     */
     1516    DECLR3CALLBACKMEMBER(int, pfnNotifyBufferFull,(PPDMICHARPORT pInterface, bool fFull));
    15071517
    15081518    /**
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette