Prev Next
LLC_DLC_OPEN_STATION_PARMS Overview Group
The LLC_DLC_OPEN_STATION_PARMS structure is the DLC parameter table for
the LLC_OPEN_STATION command. You pass a pointer to this structure using the pParameterTable
member of the CCB_PARMS union.
typedef struct {
USHORT usSapStationId;
USHORT usLinkStationId;
UCHAR uchT1;
UCHAR uchT2;
UCHAR uchTi;
UCHAR uchMaxOut;
UCHAR uchMaxIn;
UCHAR uchMaxOutIncr;
UCHAR uchMaxRetryCnt;
UCHAR uchRemoteSap;
USHORT usMaxI_Field;
UCHAR uchAccessPriority;
PVOID pRemoteNodeAddress;
} LLC_DLC_OPEN_STATION_PARMS, *PLLC_DLC_OPEN_STATION_PARMS;
Members
-
usSapStationId
-
SAP station identifier.
-
usLinkStationId
-
Link station identifier.
-
uchT1
-
Response timer. If the value is zero, the default is as defined by the
LLC_DLC_OPEN_SAP command.
-
uchT2
-
Acknowledgment timer. If the value is zero, the default is as defined by the
LLC_DLC_OPEN_SAP command.
-
uchTi
-
Inactivity timer. If the value is zero, the default is as defined by the
LLC_DLC_OPEN_SAP command.
-
uchMaxOut
-
Maximum number of unacknowledged LLC_TRANSMIT commands. The limit for this
value is 127. If the value is zero, the default is as defined by the
LLC_DLC_OPEN_SAP command.
-
uchMaxIn
-
Maximum number of unacknowledged LLC_RECEIVE commands. The limit for this
value is 127. If the value is zero, the default is as defined by the
LLC_DLC_OPEN_SAP command.
-
uchMaxOutIncr
-
Dynamic window increment value.
-
uchMaxRetryCnt
-
Maximum number of retries for an unacknowledged command. The limit for this
value is 255. If the value is zero, the default is as defined by the
LLC_DLC_OPEN_SAP command.
-
uchRemoteSap
-
Value of the remote SAP. It must be an individual SAP.
-
usMaxI_Field
-
Maximum information field length. If the value is zero, the default is as
defined by the LLC_DLC_OPEN_SAP command.
-
uchAccessPriority
-
Token-ring access priority. This value is not recognized on other networks.
-
pRemoteNodeAddress
-
Specifies the destination address.
See Also
AcsLan, CCB_PARMS
file: /Techref/os/win/api/win32/struc/src/str09_48.htm, 3KB, , updated: 2000/4/7 11:20, local time: 2024/11/13 22:54,
|
| ©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://linistepper.com/Techref/os/win/api/win32/struc/src/str09_48.htm"> LLC_DLC_OPEN_STATION_PARMS</A> |
Did you find what you needed?
|