StructPollfd.Events Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.