The SNALink calls this function to transfer a frame of data to the driver.
IoStatus.Status | IoStatus.Information |
---|---|
STATUS_BUFFER_TOO_SMALL | IO_ERR_TX_BUFFER_FULL |
STATUS_INVALID_PARAMETER | IO_ERR_TX_FRAME_TOO_BIG |
Refer also to the description of the interface record — the driver updates a field within the interface record reflecting the amount of buffer space available.
In two-wire configurations, the driver must raise RTS and wait for CTS from the modem before initiating a transmission. The driver should then drop RTS when all frames have been transmitted. The driver assumes that the transmission is complete when both of the following are true: