Home |
RTTarget-32 Programming Manual Function RTSendBlockTimed System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTSendBlockTimedRTSendBlockTimed allows specifying a timeout for a block of data to be sent: int RTSendBlockTimed(int Port, const void * Data, int Length, int Timeout); ParametersPortMust have value RT_COM1 .. RT_COM4. DataA pointer to the data block to be transmitted. LengthSpecifies the length of the data block to be transmitted. TimeoutTimeout for the send operation in milliseconds. return valueThe number of bytes placed in the send buffer without getting a timeout. If all data was transferred to the send buffer, Length is returned. The timeout in milliseconds applies to the complete data block.
|