6100 BSC Programming Manual

Writing Applications that Use 6100 BSC
Detail Codes
If the status field contains a 22 (invalid parameter), the
detail field tells you which parameter was at fault. For
more information about line parameters, see the discussion
of configuration options in Section 1, and the discussion of
SET CONFIGURATION in Section 3. For information about
parameters for a given request, see the description of that
request in this section.
The list below defines the detail codes in the context of status
code 22. The same values may have different meanings in other
circumstances.
Value (Hex) Description
0 Everything was okay.
1 The value specified for line type (BSCHALF or
BSCFULL) is out of bounds. The only legal values
are 0 and 1.
2 The value specified for connection type (BSCPPSW
or BSCPPNS) is out of bounds--the legal values are
0 and 1--or you specified a line code (BSCASCII)
of 2 without first defining translate tables.
3 The value specified for clocking (BSCINTERNALCLK)
is out of bounds. The only legal values are 2
and 4.
4 The value specified for baud rate (BSCBAUD) is
out of bounds. The legal values are 7 through
15.
5 The value specified for connect timeout
(BSCCONNECTTO) is out of bounds. The legal
values are 0 through 32767.
6 The value specified for disconnect timeout
(BSCDISCONNECTTO) is out of bounds. The
legal values are 0 through 32767.
7 The value specified for line code (BSCASCII) is
out of bounds. The legal values are 0, 1, and 2.
8 The value specified for station type
(BSCSECONDARY) is out of bounds. The only
legal values are 0 and 1.
3-63