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

Class ListResponse

source code


Defines the structure of response packets received during list (ll) queries. See PathQuery.

Instance Methods [hide private]

Inherited from Response: __init__

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]
  IS_FILE = 4294967250L
Queried path is a file
  IS_INVALID = 4294967289L
Queried path is malformed/invalid
  IS_UNMOUNTED = 4294967240L
Queried path is not mounted (i.e.
  IS_EOL = 4294967290L
There are no more entries in the list
  PATH_NOT_FOUND = 4294967255L
Queried path is not found

Inherited from Response: SIZE, code, data_size, rnumber

Inherited from Command: length, number, type


Properties [hide private]
  is_file
  is_invalid
  path_not_found
  is_unmounted
  is_eol

Inherited from Response: data

Inherited from object: __class__


Class Variable Details [hide private]

IS_FILE

Queried path is a file
Value:
4294967250L                                                            
      

IS_INVALID

Queried path is malformed/invalid
Value:
4294967289L                                                            
      

IS_UNMOUNTED

Queried path is not mounted (i.e. a removed storage card/stick)
Value:
4294967240L                                                            
      

IS_EOL

There are no more entries in the list
Value:
4294967290L                                                            
      

PATH_NOT_FOUND

Queried path is not found
Value:
4294967255L                                                            
      

Property Details [hide private]

is_file

None
Get Method:
unreachable.fget(self)
Set Method:
None                                                                  
Delete Method:
None                                                                  

is_invalid

None
Get Method:
unreachable.fget(self)
Set Method:
None                                                                  
Delete Method:
None                                                                  

path_not_found

None
Get Method:
unreachable.fget(self)
Set Method:
None                                                                  
Delete Method:
None                                                                  

is_unmounted

None
Get Method:
unreachable.fget(self)
Set Method:
None                                                                  
Delete Method:
None                                                                  

is_eol

None
Get Method:
unreachable.fget(self)
Set Method:
None                                                                  
Delete Method:
None