StructPollfd.Events Property

Definition

The events we're interested in.

[Android.Runtime.Register("events")]
public short Events { get; set; }
[<Android.Runtime.Register("events")>]
member this.Events : int16 with get, set

Property Value

Attributes

Remarks

The events we're interested in. POLLIN corresponds to being in select(2)'s read fd set, POLLOUT to the write fd set.

Java documentation for android.system.StructPollfd.events.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to