enigma2  2.6
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFlash Class Reference
Inheritance diagram for Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFlash:

Public Member Functions

def __init__ (self, eventCallback, progressCallback)
 
def currentSetType (self)
 
def event (self, event, value=None)
 
def load (self, targetdir)
 
def update (self, device)
 

Public Attributes

 currentSetType
 

Static Public Attributes

int EVT_DFU_LOWBAT = 1 << 9
 
int EVT_DFU_NA = 1 << 10
 
int EVT_DFU_TIMEOUT = 1 << 11
 
int EVT_DFU_AVAILABLE = 1 << 12
 
int EVT_DFU_CONNECTED = 1 << 13
 
int EVT_FLASH_BEGIN = 1 << 14
 
int EVT_FLASH_REJECTED = 1 << 15
 
int EVT_INIT_FAIL = 1 << 16
 
int EVT_UPLOAD_BEGIN = 1 << 17
 
int EVT_UPLOAD_PROGRESS = 1 << 18
 
int EVT_UPLOAD_RESULT = 1 << 19
 
int EVT_BL_SKIPPED = 1 << 20
 
int EVT_REBOOT_AWAIT = 1 << 21
 
int EVT_FINISHED = 1 << 31
 
int EVT_DFU_CONTROL_ERROR = 1 << 32
 
int UPLOAD_RESULT_ERROR = 0
 
int UPLOAD_RESULT_SUCCESS = 1
 
string FILENAME_MANIFEST = "manifest.json"
 

Constructor & Destructor Documentation

◆ __init__()

def Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFlash.__init__ (   self,
  eventCallback,
  progressCallback 
)

Member Function Documentation

◆ currentSetType()

def Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFlash.currentSetType (   self)

◆ event()

def Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFlash.event (   self,
  event,
  value = None 
)

◆ load()

def Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFlash.load (   self,
  targetdir 
)

◆ update()

def Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFlash.update (   self,
  device 
)

Member Data Documentation

◆ currentSetType

Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFlash.currentSetType

◆ EVT_BL_SKIPPED

int Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFlash.EVT_BL_SKIPPED = 1 << 20
static

◆ EVT_DFU_AVAILABLE

int Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFlash.EVT_DFU_AVAILABLE = 1 << 12
static

◆ EVT_DFU_CONNECTED

int Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFlash.EVT_DFU_CONNECTED = 1 << 13
static

◆ EVT_DFU_CONTROL_ERROR

int Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFlash.EVT_DFU_CONTROL_ERROR = 1 << 32
static

◆ EVT_DFU_LOWBAT

int Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFlash.EVT_DFU_LOWBAT = 1 << 9
static

◆ EVT_DFU_NA

int Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFlash.EVT_DFU_NA = 1 << 10
static

◆ EVT_DFU_TIMEOUT

int Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFlash.EVT_DFU_TIMEOUT = 1 << 11
static

◆ EVT_FINISHED

int Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFlash.EVT_FINISHED = 1 << 31
static

◆ EVT_FLASH_BEGIN

int Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFlash.EVT_FLASH_BEGIN = 1 << 14
static

◆ EVT_FLASH_REJECTED

int Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFlash.EVT_FLASH_REJECTED = 1 << 15
static

◆ EVT_INIT_FAIL

int Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFlash.EVT_INIT_FAIL = 1 << 16
static

◆ EVT_REBOOT_AWAIT

int Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFlash.EVT_REBOOT_AWAIT = 1 << 21
static

◆ EVT_UPLOAD_BEGIN

int Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFlash.EVT_UPLOAD_BEGIN = 1 << 17
static

◆ EVT_UPLOAD_PROGRESS

int Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFlash.EVT_UPLOAD_PROGRESS = 1 << 18
static

◆ EVT_UPLOAD_RESULT

int Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFlash.EVT_UPLOAD_RESULT = 1 << 19
static

◆ FILENAME_MANIFEST

string Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFlash.FILENAME_MANIFEST = "manifest.json"
static

◆ UPLOAD_RESULT_ERROR

int Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFlash.UPLOAD_RESULT_ERROR = 0
static

◆ UPLOAD_RESULT_SUCCESS

int Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFlash.UPLOAD_RESULT_SUCCESS = 1
static

The documentation for this class was generated from the following file: