DLC_START_LS
This section explains the ioctl subroutine argument structure specifics to start a link station.
The ioctl subroutine argument structure specifics to start a link station (dlc_sls_arg) are as follows:
- These common link station flags are not supported:
Item Description STAT Indicates a station type for an SDLC. NEGO Indicates a negotiable station type for an SDLC. - The raddr_name (remote address and name) field is used for outgoing calls when the DLC_SLS_LSVC common link station flag is active.
- The maxif (maximum information field length) field can be set to any value greater than 0. See the DLC8023 Frame Encapsulation figure (Figure 1) for the supported byte lengths. If a byte is set too large, DLC8023 adjusts it to a maximum of 1496 bytes.
- The rcv_wind (receive window) field can be set to any value between 1 and 127 inclusive. The recommended value is 127.
- The xmit_wind (transmit window) field can be set to any value between 1 and 127 inclusive. The recommended value is 26.
- The rsap (remote SAP) field can be set to any value except null SAP (0x00) or the name-discovery SAP (0xFC). The low-order bit must be set to 0 (B`nnnnnnn0') to indicate an individual address.
- The max_repoll field can be set to any value between 1 and 255 inclusive. The recommended value is 8.
- The repoll_time field is defined in increments of 0.5 seconds and can be set to any value between 1 and 255, inclusive. The recommended value is 2, giving a time-out duration of 1 to 1.5 seconds.
- The ack_time (acknowledgment time) field is defined in increments of 0.5 seconds and can be set to any value between 1 and 255, inclusive. The recommended value is 1, giving a time-out duration of 0.5 to 1 second.
- The inact_time (inactivity time) field is defined in increments of 1 second and can be set to any value between 1 and 255, inclusive. The recommended value is 48, giving a time-out duration of 48 to 48.5 seconds.
- The force_time (force halt time) field is defined in increments of 1 second and can be set to any value between 1 and 16383, inclusive. The recommended value is 120, giving a time-out duration of approximately 2 minutes.
- No protocol-specific data area is required for the DLC8023 device manager to start a link station.