A-52
A4
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;
};
struct Comm_Timeout_Resp {
unsigned int error;
unsigned int timeout;
};
Содержание 8099
Страница 20: ...1 16 1 This page intentionally left blank...
Страница 40: ...3 4 3 Figure 3 1 Status Reporting Structure Flash Data Corrupted...
Страница 156: ...Index 6 I This page intentionally left blank...