Platform SDK: DLC/NetBIOS

DLC Commands

DLC commands are issued through command control blocks. To issue a DLC command, call the AcsLan function, which receives two pointers to LLC_CCB structures representing command control blocks. The LLC_CCB structure contains information about the command to perform, an optional event handle, and a pointer to a parameter table. The parameter table contains information required by the command. The format of the parameter table varies from command to command.

The DLC commands fall into three functional groups.

Direct Interface Commands

The direct interface enables you to perform control functions on an adapter. It also enables you to open and close an adapter, obtain the error status, and set addresses. The following are the direct interface commands:

DLC (IEEE 802.2) Interface Commands

The DLC interface provides an interface to the logical link control (LLC) sublayer of the DLC protocol. It offers both connectionless and connection-oriented services. The following are the DLC interface commands:

Transmit and Receive Commands

Data is exchanged between applications on the network in frames using transmit and receive commands. The protocol driver moves the contents of the transmit buffer to the adapter's work space for transmission. The protocol driver receives frames from the network and moves them to the application's buffers. The following are the transmit and receive commands: