byteblowerll.byteblower.CapabilityValue

class byteblowerll.byteblower.CapabilityValue(*args, **kwargs)

The Capability Value class.

A capability ( Capability ) can have a different type of value (INTEGER, BOOLEAN, STRING). Using TypeGet() you can discover the value-type and then use the corresponding getter to get the real value

__init__(*args, **kwargs)

Initialize self. See help(type(self)) for accurate signature.

Methods

BooleanGet() Returns the value as a boolean.
DescriptionGet(*args) Gets a textual description for the current object
IntegerGet() Returns the value as an integer.
ParentGet() Returns the parent object.
Refresh() Retrieves the latest data from the server for this object.
StringGet() Returns the value as a string.
TypeGet() Returns the type of value.
__init__(*args, **kwargs) Initialize self.

Attributes

Type_BOOLEAN
Type_INTEGER
Type_STRING
thisown The membership flag