BluetoothSocketException.NullDevice Bidang
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Perhatian
This constant will be removed in the future version. Use Android.Bluetooth.BluetoothSocketExceptionReason enum directly instead of this field.
Kode kesalahan selama sambungkan ketika perangkat null mencoba melakukan koneksi soket.
[Android.Runtime.Register("NULL_DEVICE", 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 NullDevice = 19;
[<Android.Runtime.Register("NULL_DEVICE", 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 NullDevice : Android.Bluetooth.BluetoothSocketExceptionReason
Nilai Bidang
Value = 19- Atribut
Keterangan
Kode kesalahan selama sambungkan ketika perangkat null mencoba melakukan koneksi soket.
Java dokumentasi untuk android.bluetooth.BluetoothSocketException.NULL_DEVICE.
Bagian dari halaman ini adalah modifikasi berdasarkan pekerjaan yang dibuat dan dibagikan oleh Android Open Source Project dan digunakan sesuai dengan istilah yang dijelaskan dalam Lisensi Creative Commons 2.5 Lisensi Atribusi.