
#include <vipl.h>
Data Fields | |
| VIP_RELIABILITY_LEVEL | ReliabilityLevel |
| VIP_ULONG | MaxTransferSize |
| VIP_QOS | QoS |
| VIP_PROTECTION_HANDLE | Ptag |
| VIP_BOOLEAN | EnableRdmaWrite |
| VIP_BOOLEAN | EnableRdmaRead |
Definition at line 337 of file vipl.h.
|
|
Reliability level of the VI. Definition at line 340 of file vipl.h. Referenced by vip_handle_conn_req(), VipConnectPeerRequest(), VipConnectRequest(), VipCreateVi(), VipQueryVi(), and VipSetViAttributes(). |
|
|
The requested maximum transfer size for this connection. Definition at line 342 of file vipl.h. Referenced by vip_handle_conn_req(), VipConnectPeerRequest(), VipConnectRequest(), VipCreateVi(), VipQueryVi(), and VipSetViAttributes(). |
|
|
The requested quality of service for the connection. Definition at line 344 of file vipl.h. Referenced by vip_handle_conn_req(), VipConnectPeerRequest(), VipConnectRequest(), VipCreateVi(), VipQueryVi(), and VipSetViAttributes(). |
|
|
The protection tag to be associated with the VI. Definition at line 346 of file vipl.h. Referenced by VipCreateVi(), VipQueryVi(), and VipSetViAttributes(). |
|
|
If VIP_TRUE, accept RDMA Write operations on this VI from the remote end of a connection. Definition at line 349 of file vipl.h. Referenced by vip_handle_conn_req(), VipCreateVi(), VipQueryVi(), and VipSetViAttributes(). |
|
|
If VIP_TRUE, accept RDMA Read operations on this VI from the remote end of a connection. Definition at line 352 of file vipl.h. Referenced by vip_handle_conn_req(), VipConnectPeerRequest(), VipConnectRequest(), VipCreateVi(), VipQueryVi(), and VipSetViAttributes(). |
1.4.4.