IOLink C# 1.11.0
Loading...
Searching...
No Matches
IOLink.Writer Class Reference

Interface to use in order to output a view to another medium. More...

Inheritance diagram for IOLink.Writer:

Public Member Functions

 Writer (global::System.IntPtr cPtr, bool cMemoryOwn)
 
void Dispose ()
 
virtual void WriteAll ()
 Output all the data.
 
virtual void WriteInit ()
 Initialize file and output only the header.
 
virtual void WriteData ()
 Output the data. Should be called between writeInit() and writeFinish().
 
virtual void WriteFinish ()
 Write footer (if any) and finalize file. Should be called after writeData().
 
virtual string Name ()
 Returns the name of the writer.
 
virtual string Version ()
 Returns the version of the writer.
 
virtual void SetOption (string parameter, VariantDataValue data)
 Set an option value to writer.
 
string ToString ()
 Return a string representation.
 

Static Public Member Functions

static global::System.Runtime.InteropServices.HandleRef getCPtr (Writer obj)
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Detailed Description

Interface to use in order to output a view to another medium.

Member Function Documentation

◆ SetOption()

virtual void IOLink.Writer.SetOption ( string  parameter,
VariantDataValue  data 
)
inlinevirtual

Set an option value to writer.

Parameters
parametername of parameter whose value must be set
datavalue to set for the given parameter. Must be built with MetadataValue factory
Exceptions
Errorif parameter is not known or given data is not valid

The documentation for this class was generated from the following file: