Package conduit :: Package modules :: Package PhoneModule :: Module PhoneModule :: Class ObexFileDataProvider
[hide private]

Class ObexFileDataProvider

source code


Instance Methods [hide private]
 
__init__(self, address, *args)
All sync functionality should be provided by derived classes
source code
string
get_UID(self)
Returns a UID that represents this dataproviders (locally) unique state and configuration.
source code

Inherited from dataproviders.File.FolderTwoWay: add, delete, finish, get, get_all, initialize, is_configured, put, refresh

Inherited from dataproviders.File.FolderTwoWay (private): _transfer_file

Inherited from dataproviders.DataProvider.DataSource: get_changes, get_num_items

Inherited from dataproviders.DataProvider.DataProviderBase: configure, emit, emit_change_detected, get_configuration, get_configuration_xml, get_input_conversion_args, get_input_type, get_name, get_output_conversion_args, get_output_type, get_status, is_busy, set_configuration, set_configuration_xml, set_status, uninitialize

Class Variables [hide private]
  _name_ = "Pictures"
  _configurable_ = False
  SUPPORTED_BLUETOOTH_CLASSES = bluetooth.OBEX_FILETRANS_CLASS,

Inherited from dataproviders.File.FolderTwoWay: _category_, _icon_, _in_type_, _module_type_, _out_type_

Inherited from dataproviders.DataProvider.DataProviderBase: __gsignals__, _description_

Method Details [hide private]

__init__(self, address, *args)
(Constructor)

source code 
All sync functionality should be provided by derived classes
Overrides: dataproviders.File.FolderTwoWay.__init__

get_UID(self)

source code 

Returns a UID that represents this dataproviders (locally) unique state and configuration. For example the LUID for a gmail dp may be your username and password.

Derived types MUST overwride this function
Returns: string
Overrides: dataproviders.DataProvider.DataProviderBase.get_UID
(inherited documentation)