Home |
RTTarget-32 Programming Manual Function RTSendCharTimed System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTSendCharTimedRTSendCharTimed is similar to RTSendChar, but a timeout for the operation can be specified: BOOL SendCharTimed(int Port, Byte Data, int Timeout); ParametersPortMust have value RT_COM1 .. RT_COM4. DataThe data byte to send over the port. TimeoutTimeout for the send operation in milliseconds. return valueFALSE if the data could not be placed in the send buffer within the time given in parameter Timeout in milliseconds. Please note that the data is merely placed in the send buffer; it is not guaranteed to have been sent even when this function returns TRUE.
|