Modifier and Type | Method and Description |
---|---|
static FSCommand |
getEnum(byte[] data) |
byte[] |
getID() |
FSCommand |
getRefEnum(byte[] data) |
java.lang.String |
toString() |
static FSCommand |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FSCommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FSCommand REF
public static final FSCommand LOWEST
public static final FSCommand MOUNT_REQ
public static final FSCommand MOUNT_RES
public static final FSCommand FORMAT_REQ
public static final FSCommand FORMAT_RES
public static final FSCommand LS_REQ
public static final FSCommand LS_RES
public static final FSCommand VOL_INFO_REQ
public static final FSCommand VOL_INFO_RES
public static final FSCommand GET_STATUS_REQ
public static final FSCommand GET_STATUS_RES
public static final FSCommand GET_STREAM_SUB_STATUS_REQ
public static final FSCommand GET_STREAM_SUB_STATUS_RES
public static final FSCommand STREAM_DEBUG_INFO_REQ
public static final FSCommand STREAM_DEBUG_INFO_RES
public static final FSCommand TEST_LOG_REQ
public static final FSCommand TEST_LOG_RES
public static final FSCommand FORCE_STOP_LOG_REQ
public static final FSCommand FORCE_STOP_LOG_RES
public static final FSCommand SET_KEY_VALUE_PAIR_REQ
public static final FSCommand SET_KEY_VALUE_PAIR_RES
public static final FSCommand DCFG_START_LOG_REQ
public static final FSCommand DCFG_START_LOG_RES
public static final FSCommand DCFG_STOP_LOG_REQ
public static final FSCommand DCFG_STOP_LOG_RES
public static final FSCommand LOG_USER_CONFIG_DATA_REQ
public static final FSCommand LOG_USER_CONFIG_DATA_RES
public static final FSCommand DELETE_CONFIG_FILE_REQ
public static final FSCommand DELETE_CONFIG_FILE_RES
public static final FSCommand GET_NUMBER_OF_FILE_REQ
public static final FSCommand GET_NUMBER_OF_FILE_RES
public static final FSCommand START_STREAM_LOGGING_REQ
public static final FSCommand START_STREAM_LOGGING_RES
public static final FSCommand STOP_STREAM_LOGGING_REQ
public static final FSCommand STOP_STREAM_LOGGING_RES
public static final FSCommand START_LOGGING_REQ
public static final FSCommand START_LOGGING_RES
public static final FSCommand STOP_LOGGING_REQ
public static final FSCommand STOP_LOGGING_RES
public static final FSCommand DOWNLOAD_LOG_REQ
public static final FSCommand DOWNLOAD_LOG_RES
public static final FSCommand GET_BAD_BLOCKS_REQ
public static final FSCommand GET_BAD_BLOCKS_RES
public static final FSCommand CHUNK_RETRANSMIT_REQ
public static final FSCommand CHUNK_RETRANSMIT_RES
public static final FSCommand GET_DEBUG_INFO_REQ
public static final FSCommand GET_DEBUG_INFO_RES
public static final FSCommand PATTERN_WRITE_REQ
public static final FSCommand PATTERN_WRITE_RES
public static final FSCommand GET_FILE_INFO_REQ
public static final FSCommand GET_FILE_INFO_RES
public static final FSCommand PAGE_READ_TEST_REQ
public static final FSCommand PAGE_READ_TEST_RES
public static final FSCommand APPEND_FILE_REQ
public static final FSCommand APPEND_FILE_RES
public static final FSCommand DOWNLOAD_LOG_BLE_REQ
public static final FSCommand DOWNLOAD_LOG_BLE_RES
public static final FSCommand DOWNLOAD_LOG_CONTINUE_REQ
public static final FSCommand DOWNLOAD_LOG_CONTINUE_RES
public static final FSCommand DOWNLOAD_LOG_CONTINUE_BLE_REQ
public static final FSCommand DOWNLOAD_LOG_CONTINUE_BLE_RES
public static final FSCommand STREAM_CONTINUE_DEBUG_REQ
public static final FSCommand STREAM_CONTINUE_DEBUG_RES
public static final FSCommand STREAM_CONTINUE_RESET_REQ
public static final FSCommand STREAM_CONTINUE_RESET_RES
public static final FSCommand DEVELOPER_TEST_REQ
public static final FSCommand DEVELOPER_TEST_RES
public static FSCommand[] values()
for (FSCommand c : FSCommand.values()) System.out.println(c);
public static FSCommand valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static FSCommand getEnum(byte[] data)
public FSCommand getRefEnum(byte[] data)
getRefEnum
in interface BaseEnum
public byte[] getID()
public java.lang.String toString()
toString
in class java.lang.Enum<FSCommand>