Mirage.WriterInfo

Fields

Name

Type

Access

Description

id

str

r/w

writer ID

name

str

r/w

writer name

Methods

copy (dest)

free ()

Details

class Mirage.WriterInfo

A structure containing writer information. It can be obtained with call to Mirage.Writer.get_info().

copy(dest)
Parameters:

dest (Mirage.WriterInfo) – a Mirage.WriterInfo to copy data to

Copies parser information from self to dest.

free()

Frees the allocated fields in self (but not the structure itself!).