Package libprs500 :: Module prstypes :: Class DirClose
[hide private]
[frames] | no frames]

Class DirClose

source code


Close a previously opened directory

Instance Methods [hide private]
  __init__(self, id)

Inherited from TransferBuffer: __add__, __getslice__, __str__, pack, unpack

Inherited from TransferBuffer (private): _normalize

Inherited from list: __contains__, __delitem__, __delslice__, __eq__, __ge__, __getattribute__, __getitem__, __gt__, __hash__, __iadd__, __imul__, __iter__, __le__, __len__, __lt__, __mul__, __ne__, __new__, __repr__, __reversed__, __rmul__, __setitem__, __setslice__, append, count, extend, index, insert, pop, remove, reverse, sort

Inherited from object: __delattr__, __reduce__, __reduce_ex__, __setattr__


Class Methods [hide private]

Inherited from TransferBuffer: phex


Class Variables [hide private]
  NUMBER = 52
Command number

Inherited from ShortCommand: SIZE, command

Inherited from Command: length, number, type


Properties [hide private]

Inherited from Command: data

Inherited from object: __class__


Method Details [hide private]

__init__(self, id)
(Constructor)

source code 
Parameters:
  • id - The identifier returned as a result of a DirOpen command
Overrides: ShortCommand.__init__

Class Variable Details [hide private]

NUMBER

Command number
Value:
52