言語

BluetoothSocketException.Unspecified フィールド

定義

注意事項

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

BluetoothSocket中のエラーを表すエラー コード。

[Android.Runtime.Register("UNSPECIFIED", ApiSince=34)]
[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 Unspecified = 0;
[<Android.Runtime.Register("UNSPECIFIED", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.BluetoothSocketExceptionReason enum directly instead of this field.", true)>]
val mutable Unspecified : Android.Bluetooth.BluetoothSocketExceptionReason

フィールド値

Value = 0
属性

注釈

BluetoothSocket中のエラーを表すエラー コード。 エラーの理由が指定されていません。

Javaドキュメント。

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

適用対象