Reference Manual AFDX / ARINC 664 Application Interface Library
169
Section 4 – Function Reference: Receiver Functions
4
4
.
.
4
4
.
.
2
2
.
.
5
5
F
F
d
d
x
x
C
C
m
m
d
d
R
R
x
x
U
U
D
D
P
P
C
C
o
o
n
n
t
t
r
r
o
o
l
l
Prototype:
AiReturn FdxCmdRxUDPControl (
AiUInt32 ul_Handle,
const AiUInt32 ul_UdpHandle,
const TY_FDX_RX_UDP_CONTROL
*px_UdpControl);
Driver Command:
FDX_RX_UDP_CONTROL (0x00008085)
Purpose:
This function allows to configure several settings of a UDP Receive Port.
Input:
AiUInt32 ul_UdpHandle
The handle of the associated UDP port.
TY_FDX_RX_UDP_CONTROL *px_UdpControl
Pointer to a UDP control structure.
typedef struct {
AiUInt32
ul_NetSelect;
AiUInt32
ul_InterruptControl;
}
TY_FDX_RX_UDP_CONTROL;
AiUInt32 ul_NetSelect
Specifies the network to which the Rx UDP port is bound.
Value
Description
FDX_RX_UDP_BOTH
The port will receive messages from both
networks
FDX_RX_UDP_ONLY_A
The port will receive messages from only
network A
FDX_RX_UDP_ONLY_B
The port will receive messages from only
network B
AiUInt32 ul_InterruptControl
This parameter allows to get a user interrupt on reception of each message on a UDP-Port.
Value
Description
FDX_RX_UDP_NOINT No
interrupt
FDX_RX_UDP_INT Interrupt
FDX_RX_UDP_UDF Not
implemented
Summary of Contents for AFDX / ARINC 664
Page 2: ......