deviceCfg.Partition
所属パッケージ
関数
find
deviceCfg.Partition.find()
get_next_update
deviceCfg.Partition.get_next_update()
info
deviceCfg.Partition.info()
ioctl
deviceCfg.Partition.ioctl()
readblocks
deviceCfg.Partition.readblocks()
set_boot
deviceCfg.Partition.set_boot()
writeblocks
deviceCfg.Partition.writeblocks()
定数
BOOT
deviceCfg.Partition.BOOT = int(0)
RUNNING
deviceCfg.Partition.RUNNING = int(1)
TYPE_APP
deviceCfg.Partition.TYPE_APP = int(0)
TYPE_DATA
deviceCfg.Partition.TYPE_DATA = int(1)
__bases__
deviceCfg.Partition.__bases__ = tuple((<class 'object'>,))
__name__
deviceCfg.Partition.__name__ = str('Partition')