enigma2
2.6
|
Public Member Functions | |
def | __init__ (self, *args, **kwargs) |
def | getById (id) |
def | isValid (self) |
def | getOrganisationId (self) |
def | getApplicationId (self) |
def | getApplicationProfile (self) |
def | getPriority (self) |
def | getUsageType (self) |
def | getControlCode (self) |
def | getServiceBoundFlag (self) |
def | getVisibility (self) |
def | getId (self) |
def | getName (self) |
def | getInitialPath (self) |
def | getUrlBase (self) |
Static Public Attributes | |
thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
CONTROL_CODE_AUTOSTART = _enigma.eOipfApplication_CONTROL_CODE_AUTOSTART | |
CONTROL_CODE_PRESENT = _enigma.eOipfApplication_CONTROL_CODE_PRESENT | |
CONTROL_CODE_DESTROY = _enigma.eOipfApplication_CONTROL_CODE_DESTROY | |
CONTROL_CODE_KILL = _enigma.eOipfApplication_CONTROL_CODE_KILL | |
CONTROL_CODE_PREFETCH = _enigma.eOipfApplication_CONTROL_CODE_PREFETCH | |
CONTROL_CODE_REMOTE = _enigma.eOipfApplication_CONTROL_CODE_REMOTE | |
CONTROL_CODE_DISABLED = _enigma.eOipfApplication_CONTROL_CODE_DISABLED | |
CONTROL_CODE_PLAYBACK_AUTOSTART = _enigma.eOipfApplication_CONTROL_CODE_PLAYBACK_AUTOSTART | |
USAGE_TYPE_TEXT = _enigma.eOipfApplication_USAGE_TYPE_TEXT | |
VISIBILITY_NOT_VISIBLE_ALL = _enigma.eOipfApplication_VISIBILITY_NOT_VISIBLE_ALL | |
VISIBILITY_NOT_VISIBLE_USERS = _enigma.eOipfApplication_VISIBILITY_NOT_VISIBLE_USERS | |
VISIBILITY_VISIBLE_ALL = _enigma.eOipfApplication_VISIBILITY_VISIBLE_ALL | |
getById = staticmethod(getById) | |
Proxy of C++ eOipfApplication class.
def enigma.eOipfApplication.__init__ | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
def enigma.eOipfApplication.getApplicationId | ( | self | ) |
getApplicationId(eOipfApplication self) -> uint16_t
def enigma.eOipfApplication.getApplicationProfile | ( | self | ) |
getApplicationProfile(eOipfApplication self) -> uint16_t
def enigma.eOipfApplication.getById | ( | id | ) |
getById(std::string const & id) -> eOipfApplication
def enigma.eOipfApplication.getControlCode | ( | self | ) |
getControlCode(eOipfApplication self) -> uint8_t
def enigma.eOipfApplication.getId | ( | self | ) |
getId(eOipfApplication self) -> std::string const &
def enigma.eOipfApplication.getInitialPath | ( | self | ) |
getInitialPath(eOipfApplication self) -> std::string const &
def enigma.eOipfApplication.getName | ( | self | ) |
getName(eOipfApplication self) -> std::string const &
def enigma.eOipfApplication.getOrganisationId | ( | self | ) |
getOrganisationId(eOipfApplication self) -> uint32_t
def enigma.eOipfApplication.getPriority | ( | self | ) |
getPriority(eOipfApplication self) -> uint8_t
def enigma.eOipfApplication.getServiceBoundFlag | ( | self | ) |
getServiceBoundFlag(eOipfApplication self) -> uint8_t
def enigma.eOipfApplication.getUrlBase | ( | self | ) |
getUrlBase(eOipfApplication self) -> std::string const &
def enigma.eOipfApplication.getUsageType | ( | self | ) |
getUsageType(eOipfApplication self) -> uint8_t
def enigma.eOipfApplication.getVisibility | ( | self | ) |
getVisibility(eOipfApplication self) -> uint8_t
def enigma.eOipfApplication.isValid | ( | self | ) |
isValid(eOipfApplication self) -> bool
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |