
A-52
A4
struct Comm_Timeout_Resp {
unsigned int error;
unsigned int timeout;
};
/* The hostname procedure is used to read/modify the hostname used by the
* Edevice. The hostname is only applicable if a dynamic DNS service is
* available.
*/
struct Hostname_Parms {
unsigned int action;
opaque name<>;
};
struct Hostname_Resp {
unsigned int error;
opaque name<>;
};
/* The static_ip_mode procedure is used to read/modify the static IP mode.
* If static_ip_mode is set TRUE, then the Edevice will use a static IP
* and will need a netmask and gateway IP.
*/
struct Static_IP_Parms {
unsigned int action;
unsigned int mode;
};
struct Static_IP_Resp {
unsigned int error;
unsigned int mode;
};
/* The ip_number procedure is used to read/modify the static IP number.
* 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 IP_Number_Parms {
unsigned int action;
unsigned int ip; /* see IP-note above */
};
struct IP_Number_Resp {
unsigned int error;
unsigned int ip; /* see IP-note above */
};
Содержание 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 ...