Dmap.AvConnection¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
dmap_connection_instance |
r |
Class Details¶
- class Dmap.AvConnection(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(name, host, port, db, factory)¶
- Parameters:
name (
str
) – The name of the share to connect to.host (
str
) – The host of the share to connect to.port (
int
) – The port of the share to connect to.db (
Dmap.Db
) – The db that will receive the records found in the share.factory (
Dmap.RecordFactory
) – A factory to create records.
- Returns:
a pointer to a
Dmap.AvConnection
.- Return type:
Create a new DAAP connection.