Java.Nio.Channels.SelectionKey.ReadyOps Method
Gets the set of operations that are ready.

Syntax

[Android.Runtime.Register("readyOps", "()I", "GetReadyOpsHandler")]
public abstract Operations ReadyOps ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Nio.Channels.CancelledKeyExceptionif the key has already been canceled.

Remarks

Gets the set of operations that are ready. The returned set has only those bits set that are valid for this key's channel.

[Android Documentation]

Requirements

Namespace: Java.Nio.Channels
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1