
A-53
A4
/* The netmask procedure is used to read/modify the netmask.
* If static_ip_mode is set TRUE, then the Edevice will use a static IP
* (see the static_ip_mode function) and will need a netmask and gateway IP.
*/
struct Netmask_Parms {
unsigned int action;
unsigned int ip; /* see IP-note above */
};
struct Netmask_Resp {
unsigned int error;
unsigned int ip; /* see IP-note above */
};
/* The gateway procedure is used to read/modify the gateway IP.
* If static_ip_mode is set TRUE, then the Edevice will use a static IP
* (see the static_ip_mode function) and will need a netmask and gateway IP.
*/
struct Gateway_Parms {
unsigned int action;
unsigned int ip; /* see IP-note above */
};
struct Gateway_Resp {
unsigned int error;
unsigned int ip; /* see IP-note above */
};
/* The keepalive procedure is used to read/modify the keepalive value.
* If set to zero, then keepalives will not be used. If used, then this is
* the time (in seconds) of inactivity prior to a keepalive being sent.
*/
struct Keepalive_Parms {
unsigned int action;
unsigned int time;
};
struct Keepalive_Resp {
unsigned int error;
unsigned int time;
};
/* The gpib_address procedure is used to read/modify the Edevice GPIB bus
* address.
*/
struct Gpib_Addr_Parms {
Содержание 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 ...