RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
371
Ctrl Command eth_get_standalone_status
Function Returns Standalone Operation Moderelated information about the RTC6 Ethernet Board.
Prerequisite RTC6 Software Package V1.9.0 and BIOS-ETH 30.
Call
eth_get_standalone_status( &Status, &Error, &Mode )
Result None.
Parameters None.
Returned
parameter
values
Status
Status of automatic booting, see also Chapter 16.7.6 ”Automatic Booting
– Process in Detail”, page 914.
As a pointer to an unsigned 32-bit value.
= 0: Finished.
= 1: In progress.
Error
Errors during automatic booting.
As a pointer to an unsigned 32-bit value.
= 0: No.
= 1: Yes.
Mode
Target state after automatic booting (after a Hardware Reset).
As a pointer to an unsigned 32-bit value.
= 0: “Normal PC Operation State”.
= 1: “Standalone Basic State“.
= 2: “Standalone Full State“.
Comments • eth_get_standalone_status requires access rights for the RTC6 Ethernet Board.
Otherwise, eth_get_standalone_status has no effect
(get_last_error return code
RTC6_ACCESS_DENIED
).
• eth_get_standalone_status has no effect, if the board is not an RTC6 Ethernet Board
(get_last_error return code
RTC6_TYPE_REJECTED
).
• Even during automatic booting, access rights can be requested by acquire_rtc.
RTC4RTC6 New command.
RTC5RTC6 New command.
Version info Available as of DLL 628, OUT 629.
References –