Package com.reduxrobotics.canand
Class CanandDeviceDetails
java.lang.Object
com.reduxrobotics.canand.CanandDeviceDetails
Contains all the constants used by
CanandDevice
and are generally common to all
Redux devices.-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Message index for Clear device sticky faultsstatic final int
Message index for Party modestatic final int
Message index for setting value report from devicestatic final int
Message index for update setting on devicestatic final int
Message index for setting control commandstatic final int
Message index for Status framestatic final byte
Setting index for Firmware versionstatic final byte
Setting index for Serial numberstatic final byte
Setting index for Status frame period (ms)static final byte
Setting command index for Fetch all settings from devicestatic final byte
Setting command index for Fetches a single setting from devicestatic final byte
Setting command index for Reset settings to factory default -
Method Summary
-
Field Details
-
kMsg_SettingCommand
public static final int kMsg_SettingCommandMessage index for setting control command- See Also:
-
kMsg_SetSetting
public static final int kMsg_SetSettingMessage index for update setting on device- See Also:
-
kMsg_ReportSetting
public static final int kMsg_ReportSettingMessage index for setting value report from device- See Also:
-
kMsg_ClearStickyFaults
public static final int kMsg_ClearStickyFaultsMessage index for Clear device sticky faults- See Also:
-
kMsg_Status
public static final int kMsg_StatusMessage index for Status frame- See Also:
-
kMsg_PartyMode
public static final int kMsg_PartyModeMessage index for Party mode- See Also:
-
kStg_StatusFramePeriod
public static final byte kStg_StatusFramePeriodSetting index for Status frame period (ms)- See Also:
-
kStg_SerialNumber
public static final byte kStg_SerialNumberSetting index for Serial number- See Also:
-
kStg_FirmwareVersion
public static final byte kStg_FirmwareVersionSetting index for Firmware version- See Also:
-
kStgCmd_FetchSettings
public static final byte kStgCmd_FetchSettingsSetting command index for Fetch all settings from device- See Also:
-
kStgCmd_ResetFactoryDefault
public static final byte kStgCmd_ResetFactoryDefaultSetting command index for Reset settings to factory default- See Also:
-
kStgCmd_FetchSettingValue
public static final byte kStgCmd_FetchSettingValueSetting command index for Fetches a single setting from device- See Also:
-