言語

BluetoothSocketException.UnixFileSocketCreationFailure フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Bluetooth.BluetoothSocketExceptionReason enum directly instead of this field.

UNIX ソケット接続の作成が失敗した場合の接続中のエラー コード。

[Android.Runtime.Register("UNIX_FILE_SOCKET_CREATION_FAILURE", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.BluetoothSocketExceptionReason enum directly instead of this field.", true)]
public const Android.Bluetooth.BluetoothSocketExceptionReason UnixFileSocketCreationFailure = 21;
[<Android.Runtime.Register("UNIX_FILE_SOCKET_CREATION_FAILURE", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.BluetoothSocketExceptionReason enum directly instead of this field.", true)>]
val mutable UnixFileSocketCreationFailure : Android.Bluetooth.BluetoothSocketExceptionReason

フィールド値

Value = 21
属性

注釈

UNIX ソケット接続の作成が失敗した場合の接続中のエラー コード。

Javaドキュメント。

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

適用対象