Class CanandDeviceDetails

java.lang.Object
com.reduxrobotics.canand.CanandDeviceDetails

public class CanandDeviceDetails extends Object
Contains all the constants used by CanandDevice and are generally common to all Redux devices.
  • Field Details

    • kMsg_SettingCommand

      public static final int kMsg_SettingCommand
      Message index for setting control command
      See Also:
    • kMsg_SetSetting

      public static final int kMsg_SetSetting
      Message index for update setting on device
      See Also:
    • kMsg_ReportSetting

      public static final int kMsg_ReportSetting
      Message index for setting value report from device
      See Also:
    • kMsg_ClearStickyFaults

      public static final int kMsg_ClearStickyFaults
      Message index for Clear device sticky faults
      See Also:
    • kMsg_Status

      public static final int kMsg_Status
      Message index for Status frame
      See Also:
    • kMsg_PartyMode

      public static final int kMsg_PartyMode
      Message index for Party mode
      See Also:
    • kStg_StatusFramePeriod

      public static final byte kStg_StatusFramePeriod
      Setting index for Status frame period (ms)
      See Also:
    • kStg_SerialNumber

      public static final byte kStg_SerialNumber
      Setting index for Serial number
      See Also:
    • kStg_FirmwareVersion

      public static final byte kStg_FirmwareVersion
      Setting index for Firmware version
      See Also:
    • kStgCmd_FetchSettings

      public static final byte kStgCmd_FetchSettings
      Setting command index for Fetch all settings from device
      See Also:
    • kStgCmd_ResetFactoryDefault

      public static final byte kStgCmd_ResetFactoryDefault
      Setting command index for Reset settings to factory default
      See Also:
    • kStgCmd_FetchSettingValue

      public static final byte kStgCmd_FetchSettingValue
      Setting command index for Fetches a single setting from device
      See Also: