次の方法で共有


UsbEndpoint.Attributes プロパティ

定義

エンドポイントの属性フィールドを返します。

public virtual int Attributes { [Android.Runtime.Register("getAttributes", "()I", "GetGetAttributesHandler")] get; }
[<get: Android.Runtime.Register("getAttributes", "()I", "GetGetAttributesHandler")>]
member this.Attributes : int

プロパティ値

エンドポイントの属性

属性

注釈

エンドポイントの属性フィールドを返します。

の Java ドキュメントandroid.hardware.usb.UsbEndpoint.getAttributes()

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象