The LLC_TRANSMIT_PARMS structure is the DLC parameter table for the LLC_TRANSMIT commands. You pass a pointer to this structure using the pParameterTable member of the CCB_PARMS union.
typedef struct { USHORT usStationId; UCHAR uchTransmitFs; UCHAR uchRemoteSap; PLLC_XMIT_BUFFER pXmitQueue1; PLLC_XMIT_BUFFER pXmitQueue2; USHORT cbBuffer1; USHORT cbBuffer2; PVOID pBuffer1; PVOID pBuffer2; UCHAR uchXmitReadOption; } LLC_TRANSMIT_PARMS, *PLLC_TRANSMIT_PARMS;
Option |
Description |
LLC_CHAIN_XMIT_COMMANDS_ON_LINK |
Chain the command on a link station basis. |
LLC_COMPLETE_SINGLE_XMIT_FRAME |
Do not chain the command. |
LLC_CHAIN_XMIT_COMMANDS_ON_SAP |
Chain the command on a SAP station basis. |
This structure is used by all the LLC_TRANSMIT commands. The following table describes the information you must supply for each command.
Command |
Command Specifics |
LLC_TRANSMIT_DIR_FRAME |
The entire frame must be prepared by the application. The LAN header must reserve space for the adapter to insert the source address. |
LLC_TRANSMIT_I_FRAME |
The only data supplied by the application is the actual data portion. |
LLC_TRANSMIT_UI_FRAME |
The adapter provides the DLC header information. The application program must provide the LAN header and data portions of the message. The first buffer contains only the LAN header. |
LLC_TRANSMIT_XID_CMD |
The user provides the LAN header and data portion. The user must leave room for the DLC header provided by the protocol driver. The first buffer must contain only the LAN header. |
LLC_TRANSMIT_XID_RESP_FINAL |
The user provides the LAN header and data portion. The user must leave room for the DLC header provided by the protocol driver. The first buffer must contain only the LAN header. |
LLC_TRANSMIT_XID_RESP_NOT_FINAL |
The user provides the LAN header and data portion. The user must leave room for the DLC header provided by the protocol driver. The first buffer must contain only the LAN header. |
LLC_TRANSMIT_TEST_CMD |
The adapter provides the DLC header. The application program provides the LAN header and the optional test information. The first buffer must contain only the LAN header. |
file: /Techref/os/win/api/win32/struc/src/str09_58.htm, 6KB, , updated: 2000/4/7 11:20, local time: 2024/11/7 21:34,
3.145.164.83:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://ecomorder.com/Techref/os/win/api/win32/struc/src/str09_58.htm"> LLC_TRANSMIT_PARMS</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.