Dmap.Record
- Implementations:
 
None
 
Class Details
- 
class Dmap.Record
 
- Bases:
 
GObject.GInterface
 
- Structure:
 
Dmap.RecordInterface
 
- 
set_from_blob(blob)
 
- Parameters:
 
blob (bytes) – A byte array representation of a record.
 
- Returns:
 
True on success, else false.
 
- Return type:
 
bool
 
- 
to_blob()
 
- Returns:
 
A byte array representation of the record.
 
- Return type:
 
bytes
 
- 
do_set_from_blob(blob) virtual
 
- Parameters:
 
blob (bytes) – A byte array representation of a record.
 
- Returns:
 
True on success, else false.
 
- Return type:
 
bool
 
- 
do_to_blob() virtual
 
- Returns:
 
A byte array representation of the record.
 
- Return type:
 
bytes