Package phones :: Module com_brew :: Class RealBrewProtocol2
[show private | hide private]
[frames | no frames]

Class RealBrewProtocol2

RealBrewProtocol --+
                   |
                  RealBrewProtocol2

Known Subclasses:
Phone, Phone

Talk to a phone using the 'brew' protocol This class uses the new filesystem commands which are supported by newer qualcomm chipsets used in phones like the LG vx8100
Method Summary
  closefile(self, handle)
  exists(self, name)
  getfilecontents(self, file, use_cache)
  getfilecontents2(self, filename, start, size)
  getfilesystem(self, dir, recurse, directories, files)
  listfiles(self, dir)
  mkdir(self, name)
  openfile(self, name, mode, flags)
  reconfig_directory(self)
  rmdir(self, name)
  rmfile(self, name)
  statfile(self, name)
  writefile(self, name, contents)
    Inherited from RealBrewProtocol
  __init__(self)
  basename(self, path)
  dirname(self, filename)
  explore0c(self)
  get_brew_esn(self)
  getfirmwareinformation(self)
  hassubdirs(self, dir)
  isdir(self, path)
  isfile(self, filename)
  join(self, *args)
  listsubdirs(self, dir, recurse)
  mkdirs(self, directory)
  modemmoderequest(self)
  offlinerequest(self, reset, delay)
  rmdirs(self, path)
  sendbrewcommand(self, request, responseclass, callsetmode)
  setfileattr(self, filename, date)

Class Variable Summary
    Inherited from RealBrewProtocol
str brewterminator = '~'
str MODEBREW = 'modebrew'

Generated by Epydoc 2.1 on Fri Aug 15 18:58:35 2008 http://epydoc.sf.net