A-48
A4
C.23 Reboot
The Reboot procedure is used to cause the Edevice to reboot. This causes all
device links to be cleared, all connections closed, all resources released, and
the default configuration to be loaded and used during initialization.
struct reboot_Resp {
unsigned int error;
};
reboot_Resp reboot (void) = 23;
If the RPC message is of insufficient length to satisfy the required length, an
error value of 1 is returned.
The returned Reboot_Resp.error value determines whether the Edevice has
initiated a reboot process. Note that the timing of the reboot process may
block the RPC reply.
* Note that certain configuration settings are only set at boot time. Thus when
setting configuration settings, it is recommended that the Reboot command
always terminates the configuration setting.
error Meaning
0
No error
1
Syntax error