C# bindings for libiio 1.0
C# bindings for libIIO
Loading...
Searching...
No Matches
iio.IioContextParams Struct Reference

Represents the parameters for creating an IIO context. More...

Public Attributes

IntPtr Out
 Handle to the standard output. If null, defaults to stdout.
 
IntPtr Err
 Handle to the error output. If null, defaults to stderr.
 
IioLogLevel LogLevel
 Log level to use. Defaults to the log level specified at compilation.
 
IioLogLevel StderrLevel
 Log level threshold for sending messages to stderr.
 
IioLogLevel TimestampLevel
 Log level threshold for including timestamps in messages.
 
uint TimeoutMs
 Timeout for I/O operations in milliseconds. If zero, the default timeout is used.
 
byte[] Reserved
 Reserved for future fields. Must remain unused.
 

Detailed Description

Represents the parameters for creating an IIO context.


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