Jump to content

ASYNC STARTTRANSMIT: Difference between revisions

From EDM2
Created page with "This function behaves as if an XON was received (starts transmitting). ; Category: IOCTL_ASYNC (01h) ; Function: ASYNC_STARTTRANSMIT (48h) ==Parameter Packet Format== None..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This function behaves as if an XON was received (starts transmitting).  
This function behaves as if an XON was received (starts transmitting).
 
; Category: IOCTL_ASYNC (01h)
; Category: IOCTL_ASYNC (01h)  
; Function: ASYNC_STARTTRANSMIT (48h)
; Function: ASYNC_STARTTRANSMIT (48h)


==Parameter Packet Format==
==Parameter Packet Format==
None. Packet pointer must be NULL.  
None. Packet pointer must be NULL.


==Data Packet Format==
==Data Packet Format==
None. Packet pointer must be NULL.  
None. Packet pointer must be NULL.


==Returns==
==Returns==
If the call is made with invalid Parameter Packet or Data Packet pointers, a general failure error is reported, and this request is not performed by the physical device driver.  
If the call is made with invalid Parameter Packet or Data Packet pointers, a general failure error is reported, and this request is not performed by the physical device driver.


==Remarks==
==Remarks==
If a general failure error is not returned by the physical device driver, this function allows data transmission to be resumed by the device driver if the data transmission was stopped because of a ASYNC_STOPTRANSMIT request, or because an XOFF character was received while the physical device driver was in Automatic Transmit Flow Control mode.  
If a general failure error is not returned by the physical device driver, this function allows data transmission to be resumed by the device driver if the data transmission was stopped because of a ASYNC_STOPTRANSMIT request, or because an XOFF character was received while the physical device driver was in Automatic Transmit Flow Control mode.


See ASYNC_GETCOMMSTATUS for other reasons why transmission might be disabled.  
See [[ASYNC_GETCOMMSTATUS]] for other reasons why transmission might be disabled.


[[Category:IOCtl Commands]]
[[Category:IOCtl Function]]
{{DISPLAYTITLE:XXXXXXXXXXXXXXXX}}
{{DISPLAYTITLE:ASYNC_STARTTRANSMIT}}

Latest revision as of 19:06, 22 October 2021

This function behaves as if an XON was received (starts transmitting).

Category
IOCTL_ASYNC (01h)
Function
ASYNC_STARTTRANSMIT (48h)

Parameter Packet Format

None. Packet pointer must be NULL.

Data Packet Format

None. Packet pointer must be NULL.

Returns

If the call is made with invalid Parameter Packet or Data Packet pointers, a general failure error is reported, and this request is not performed by the physical device driver.

Remarks

If a general failure error is not returned by the physical device driver, this function allows data transmission to be resumed by the device driver if the data transmission was stopped because of a ASYNC_STOPTRANSMIT request, or because an XOFF character was received while the physical device driver was in Automatic Transmit Flow Control mode.

See ASYNC_GETCOMMSTATUS for other reasons why transmission might be disabled.