IOLink Python 1.11.0
Loading...
Searching...
No Matches
iolink.iolink.StreamAccessProvider Class Reference
Inheritance diagram for iolink.iolink.StreamAccessProvider:

Public Member Functions

 __init__ (self)
 

Static Public Member Functions

 is_stream_access (accessor)
 
 to_stream (storage)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

Utility class to check and convert a DataAccess into a StreamAccess.

Member Function Documentation

◆ is_stream_access()

iolink.iolink.StreamAccessProvider.is_stream_access (   accessor)
static
Checks if DataAccess is a StreamAccess.

◆ to_stream()

iolink.iolink.StreamAccessProvider.to_stream (   storage)
static
    -   * Return a StreamAccess if the DataAccess supports it.
    -   *
    -   * If it does not support this interface, returns null.
    -

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