Dmap.Record

g Dmap.Record Dmap.Record GObject.GInterface GObject.GInterface GObject.GInterface->Dmap.Record

Implementations:

None

Methods

set_from_blob (blob)

to_blob ()

Virtual Methods

do_set_from_blob (blob)

do_to_blob ()

Properties

None

Signals

None

Fields

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