Os.Poll(StructPollfd[], Int32) メソッド

定義

poll(2) を参照してください。

[Android.Runtime.Register("poll", "([Landroid/system/StructPollfd;I)I", "")]
public static int Poll(Android.Systems.StructPollfd[]? fds, int timeoutMs);
[<Android.Runtime.Register("poll", "([Landroid/system/StructPollfd;I)I", "")>]
static member Poll : Android.Systems.StructPollfd[] * int -> int

パラメーター

fds
StructPollfd[]
timeoutMs
Int32

返品

属性

例外

注釈

poll(2) を参照してください。

Lollipopでは、これはEINTRErrnoExceptionをスローする可能性があることに注意してください。 以降のリリースでは、実装は、適切に短縮されたタイムアウトでシステム呼び出しを自動的に再起動します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象