MIL-STD-1553 Reference Manual
Chapter 3 – System Functions
The maximum number of multiplex states wanted to be read
O
O
u
u
t
t
p
p
u
u
t
t
T
T
Y
Y
_
_
A
A
P
P
I
I
_
_
T
T
R
R
A
A
C
C
K
K
_
_
S
S
C
C
A
A
N
N
_
_
O
O
U
U
T
T
*
*
p
p
x
x
_
_
T
T
r
r
a
a
c
c
k
k
S
S
c
c
a
a
n
n
O
O
u
u
t
t
Track scan output structure
typedef struct ty_api_track_scan_out
{
AiUInt32 ul_NumberOfReturnedStates;
AiUInt32 ul_MoreData;
AiUInt32 *pul_ReturnedStates;
} TY_API_TRACK_SCAN_OUT;
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
N
N
u
u
m
m
b
b
e
e
r
r
O
O
f
f
R
R
e
e
t
t
u
u
r
r
n
n
e
e
d
d
S
S
t
t
a
a
t
t
e
e
s
s
Number of multiplex states returned in ‘puw_ReturnedStates’
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
M
M
o
o
r
r
e
e
D
D
a
a
t
t
a
a
Set to 1, if more multiplex states are available.
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
*
*
p
p
u
u
l
l
_
_
R
R
e
e
t
t
u
u
r
r
n
n
e
e
d
d
S
S
t
t
a
a
t
t
e
e
s
s
List of returned multiplex states
Return Value
All API functions return API_OK if no error occurred. If the return value is not equal
to API_OK the function ApiGetErrorDescription can be used to obtain an error
description.