Home |
RTTarget-32 Programming Manual Function RTReceiveBufferCount System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTReceiveBufferCountThe status of the receive buffer can be enquired with this function: int RTReceiveBufferCount(int Port); ParametersPortMust have value RT_COM1 .. RT_COM4. return valueThe number of bytes currently in the receive buffer for the specified port.
|