![ICS 8099 Скачать руководство пользователя страница 143](http://html1.mh-extra.com/html/ics/8099/8099_instruction-manual_3540995143.webp)
A-51
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;
};
/* 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;
};
Содержание 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...