![ICS 8099 Instruction Manual Download Page 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;
};