Go to the source code of this file.
|
enum | ConnectionState {
ConnectionState::Booting = 0,
ConnectionState::Unconnected,
ConnectionState::USB,
ConnectionState::Ethernet,
ConnectionState::Error
} |
|
enum | DeviceState {
DeviceState::Ok = 0,
DeviceState::ErrorVMInstr,
DeviceState::ErrorVMStack,
DeviceState::ErrorVMLnum,
DeviceState::ErrorVMPc,
DeviceState::ErrorVMFlist,
DeviceState::ErrorVMType,
DeviceState::ErrorVMOutofrange,
DeviceState::ErrorVMNotimpl,
DeviceState::ErrorVMRet,
DeviceState::ErrorVMString,
DeviceState::ErrorVMSwarm,
DeviceState::ErrorVMVstig,
DeviceState::ErrorVMMem,
DeviceState::ErrorVMMath,
DeviceState::Error
} |
|
◆ ConnectionState
Enumerator |
---|
Booting | |
Unconnected | |
USB | |
Ethernet | |
Error | |
◆ DeviceState
Enumerator |
---|
Ok | |
ErrorVMInstr | |
ErrorVMStack | |
ErrorVMLnum | |
ErrorVMPc | |
ErrorVMFlist | |
ErrorVMType | |
ErrorVMOutofrange | |
ErrorVMNotimpl | |
ErrorVMRet | |
ErrorVMString | |
ErrorVMSwarm | |
ErrorVMVstig | |
ErrorVMMem | |
ErrorVMMath | |
Error | |