Home |
RTTarget-32 Programming Manual Function RTReceiveCharTimed System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTReceiveCharTimedRTReceiveCharTimed receives data with a timeout: RTCOMData RTReceiveCharTimed(int Port, int Timeout); ParametersPortMust have value RT_COM1 .. RT_COM4. TimeoutTimeout for the receive operation in milliseconds. return valueThe data byte received. If no data is received within the given timeout, the function returns with the RT_TIMEOUT bit set in the high byte of the return value.
|