Reference Manual AFDX / ARINC 664 Application Interface Library
137
Section 4 – Function Reference: Receiver Functions
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
T
T
r
r
a
a
f
f
S
S
h
h
a
a
p
p
i
i
n
n
g
g
V
V
i
i
o
o
l
l
a
a
t
t
i
i
o
o
n
n
C
C
o
o
u
u
n
n
t
t
2
2
Traffic shaping violation detected
1
: only applicable in redundant operation
2
: only applicable if VL Descriptor setup and Traffic Shaping verification enabled
3
:only applicable if VL Descriptor setup
T
T
Y
Y
_
_
F
F
D
D
X
X
_
_
R
R
X
X
_
_
G
G
L
L
O
O
B
B
_
_
S
S
T
T
A
A
T
T
_
_
S
S
I
I
Z
Z
E
E
x
x
_
_
S
S
t
t
a
a
t
t
S
S
i
i
z
z
e
e
This structure contains extended count information about the size of received frames since
start or the last counter reset.
typedef struct {
AiUInt32
ul_MAC1Short;
AiUInt32
ul_MAC64To127Count;
AiUInt32
ul_MAC128To255Count;
AiUInt32
ul_MAC256To511Count;
AiUInt32
ul_MAC512To1023Count;
AiUInt32
ul_MAC1024To1518Count;
AiUInt32
ul_MACLong;
}
TY_FDX_RX_GLOB_STAT_SIZE;
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
M
M
A
A
C
C
1
1
S
S
h
h
o
o
r
r
t
t
Number of frames, with length from 1…63 Bytes
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
M
M
A
A
C
C
6
6
4
4
T
T
o
o
1
1
2
2
7
7
C
C
o
o
u
u
n
n
t
t
Number of frames, with length from 64…127 Bytes
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
M
M
A
A
C
C
1
1
2
2
8
8
T
T
o
o
2
2
5
5
5
5
C
C
o
o
u
u
n
n
t
t
Number of frames, with length from 128…255 Bytes
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
M
M
A
A
C
C
2
2
5
5
6
6
T
T
o
o
5
5
1
1
1
1
C
C
o
o
u
u
n
n
t
t
Number of frames, with length from 256…511 Bytes
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
M
M
A
A
C
C
5
5
1
1
2
2
T
T
o
o
1
1
0
0
2
2
3
3
C
C
o
o
u
u
n
n
t
t
Number of frames, with length from 512…1023 Bytes
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
M
M
A
A
C
C
1
1
0
0
2
2
4
4
T
T
o
o
1
1
5
5
1
1
8
8
C
C
o
o
u
u
n
n
t
t
Number of frames, with length from 1024…1518 Bytes
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
M
M
A
A
C
C
L
L
o
o
n
n
g
g
Number of frames, with length > 1518 Bytes
TY_FDX_RX_GLOB_STAT *px_GlobalStatPortB
This pointer is only necessary if the Handle references a Port configured in
redundant Mode. In that Case this structure reports the same information as
*px_GlobalStat for the redundant Port.
In case of single configuration it is possible to pass NULL for this parameter.
Return Value
Returns FDX_OK on success or a negative error code on error.
Error Codes: FDX_ERR