A-51
A4
/* The core_port_number procedure is used to read/modify the TCP port
* used by the VXI-11 core channel.
*/
struct Core_Port_Parms {
unsigned int action;
unsigned int port;
};
struct Core_Port_Resp {
unsigned int error;
unsigned int port;
};
/* The abort_port_number procedure is used to read/modify the TCP port
* used by the VXI-11 abort channel.
*/
struct Abort_Port_Parms {
unsigned int action;
unsigned int port;
};
struct Abort_Port_Resp {
unsigned int error;
unsigned int port;
};
/* The config_port_number procedure is used to read/modify the TCP port
* used by the Edevice configuration channel.
*/
struct Config_Port_Parms {
unsigned int action;
unsigned int port;
};
struct Config_Port_Resp {
unsigned int error;
unsigned int port;
};
/* The comm_timeout procedure is used to read/modfiy the TCP timeout value.
* An inactive TCP channel will be left open this length of time before
* being closed. A value of zero means no timeout checking.
*/
struct Comm_Timeout_Parms {
unsigned int action;
unsigned int timeout;
};
Содержание 9099
Страница 20: ...1 16 1 Figure 1 1 9009 Outline Dimensions ...
Страница 24: ...1 20 1 Figure 1 3 9099 Certificate of Compliance ...
Страница 54: ...3 8 3 Figure 3 1 Status Reporting Structure Flash Configuration Reset ...
Страница 94: ...3 48 3 This page left intentionally blank ...
Страница 100: ...4 4 6 This page is left intentionally blank ...
Страница 161: ...A 49 A4 Refer to the ErrorLogger utility for the error value definitions Error Meaning 0 No error ...