RfcommConnectionTrigger.ProtectionLevel Properti

Definisi

Mendapatkan atau menetapkan tingkat perlindungan minimum yang diperlukan untuk koneksi yang dibuat atau diterima atas nama aplikasi.

public:
 property SocketProtectionLevel ProtectionLevel { SocketProtectionLevel get(); void set(SocketProtectionLevel value); };
SocketProtectionLevel ProtectionLevel();

void ProtectionLevel(SocketProtectionLevel value);
public SocketProtectionLevel ProtectionLevel { get; set; }
var socketProtectionLevel = rfcommConnectionTrigger.protectionLevel;
rfcommConnectionTrigger.protectionLevel = socketProtectionLevel;
Public Property ProtectionLevel As SocketProtectionLevel

Nilai Properti

Tingkat perlindungan minimum yang diperlukan untuk koneksi yang dibuat atau diterima atas nama aplikasi. Defaultnya adalah BluetoothEncryptionWithAuthentication.

Berlaku untuk