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