160
Reference Manual AFDX / ARINC 664 Application Interface Library
Section 4 – Function Reference: Receiver Functions
4
4
.
.
4
4
.
.
2
2
V
V
L
L
o
o
r
r
i
i
e
e
n
n
t
t
e
e
d
d
R
R
e
e
c
c
e
e
i
i
v
v
e
e
r
r
F
F
u
u
n
n
c
c
t
t
i
i
o
o
n
n
s
s
These functions are only applicable, if the receive port is switched to Virtual Link oriented
mode.
4
4
.
.
4
4
.
.
2
2
.
.
1
1
F
F
d
d
x
x
C
C
m
m
d
d
R
R
x
x
S
S
A
A
P
P
B
B
l
l
o
o
c
c
k
k
R
R
e
e
a
a
d
d
Prototype:
AiReturn FdxCmdRxSAPBlockRead (AiUInt32 ul_Handle,
const TY_FDX_SAP_BLOCK_READ_IN
*px_SapBlockReadIn,
TY_FDX_SAP_BLOCK_READ_OUT *px_SapBlockReadOut);
Driver Command:
FDX_RX_SAP_BLOCK_READ ( 0x00008083)
Purpose:
This function reads data from one or several SAP connectionless ports.
Input:
T
T
Y
Y
_
_
F
F
D
D
X
X
_
_
S
S
A
A
P
P
_
_
B
B
L
L
O
O
C
C
K
K
_
_
R
R
E
E
A
A
D
D
_
_
I
I
N
N
*
*
p
p
x
x
_
_
S
S
a
a
p
p
B
B
l
l
o
o
c
c
k
k
R
R
e
e
a
a
d
d
I
I
n
n
Pointer to an array of structures. Each structure describes an individual read
operation for a single SAP port. The array contains ul_PortCount elements.
typedef struct {
AiUInt32 ul_PortCount;
TY_FDX_BLOCK_READ_IN_PORT* px_SapBlockReadInPortArray;
}TY_FDX_SAP_BLOCK_READ_IN;
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
P
P
o
o
r
r
t
t
C
C
o
o
u
u
n
n
t
t
Specifies the number of SAP ports which shall be read from.
T
T
Y
Y
_
_
F
F
D
D
X
X
_
_
B
B
L
L
O
O
C
C
K
K
_
_
R
R
E
E
A
A
D
D
_
_
I
I
N
N
_
_
P
P
O
O
R
R
T
T
*
*
p
p
x
x
_
_
S
S
a
a
p
p
B
B
l
l
o
o
c
c
k
k
R
R
e
e
a
a
d
d
I
I
n
n
P
P
o
o
r
r
t
t
A
A
r
r
r
r
a
a
y
y
typedef struct {
AiUInt32
ul_UdpHandle;
AiUInt32
ul_MsgCount;
} TY_FDX_BLOCK_READ_IN_PORT;
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
U
U
d
d
p
p
H
H
a
a
n
n
d
d
l
l
e
e
The handle of the SAP port to which the message(s) will be written.
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
M
M
s
s
g
g
C
C
o
o
u
u
n
n
t
t
Number of Messages to read. This means the newest ul_MsgCount Entries. In case of a
sampling port there is maximum one message to read.
Have also a look to the output parameter section for variables used there as input!
Summary of Contents for AFDX / ARINC 664
Page 2: ......