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

Public Member Functions

def __init__ (self, type, dat, bin)
 
def type (self)
 
def dat (self)
 
def bin (self)
 
def __str__ (self)
 

Static Public Attributes

int TYPE_SYSTEM = 1
 
int TYPE_APP = 1 << 1
 
int SECTION_INIT = 1 << 4
 
int SECTION_DATA = 1 << 5
 

Constructor & Destructor Documentation

◆ __init__()

def Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFileset.__init__ (   self,
  type,
  dat,
  bin 
)

Member Function Documentation

◆ __str__()

def Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFileset.__str__ (   self)

◆ bin()

def Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFileset.bin (   self)

◆ dat()

def Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFileset.dat (   self)

◆ type()

def Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFileset.type (   self)

Member Data Documentation

◆ SECTION_DATA

int Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFileset.SECTION_DATA = 1 << 5
static

◆ SECTION_INIT

int Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFileset.SECTION_INIT = 1 << 4
static

◆ TYPE_APP

int Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFileset.TYPE_APP = 1 << 1
static

◆ TYPE_SYSTEM

int Plugins.SystemPlugins.InputDeviceManager.Dfu.DfuFlash.DfuFileset.TYPE_SYSTEM = 1
static

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