Efl.Net.Socket_Simple.inner_io

Description

The inner I/O this wrapper operates on.

Values

Getter

The internal input/output used for actual operations. Use with care!

Setter

Constructor-only property to set the inner_io.

Overridden from Efl.Io.Buffered_Stream.inner_io (set).

Signature

@property inner_io {
    get {}
    set {}
    values {
        io: Efl.Object;
    }
}

C signature

Efl_Object *efl_io_buffered_stream_inner_io_get(const Eo *obj);
void efl_io_buffered_stream_inner_io_set(Eo *obj, Efl_Object *io);

Implemented by