A-50
A4
D
RPCL Listing
The following is a summary listing of ICS's EDevice Configuration RPC
Messages.
/
* IP-note: 4-byte IP’s are packed into a 32 bit unsigned integer in
* reverse network byte order. XDR integers are in host byte order.
*/
/* Action parameter values */
%#define ICS_READ 0
%#define ICS_WRITE 1
/* The interface_name procedure is used to read/modify the current VXI-11
* logical interface name.
*/
struct Int_Name_Parms {
unsigned int action;
opaque name<>;
};
struct Int_Name_Resp {
unsigned int error;
opaque name<>;
};
/* The rpc_port_number procedure is used to read/modify the TCP port used
* by the RPC server.
*/
struct Rpc_Port_Parms {
unsigned int action;
unsigned int port;
};
struct Rpc_Port_Resp {
unsigned int error;
unsigned int port;
};
Содержание 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 ...