Mirage.WriterInfo¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
id |
r/w |
writer ID |
|
name |
r/w |
writer name |
Methods¶
|
|
|
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
) – aMirage.WriterInfo
to copy data to
Copies parser information from self to dest.
- free()¶
Frees the allocated fields in self (but not the structure itself!).