Lingua

SerialManager.Ports Property

Definition

Enumerates serial ports.

public System.Collections.Generic.IList<Android.Hardware.Serial.SerialPort> Ports { [Android.Runtime.Register("getPorts", "()Ljava/util/List;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getPorts", "()Ljava/util/List;", "", ApiSince=37)>]
member this.Ports : System.Collections.Generic.IList<Android.Hardware.Serial.SerialPort>

Property Value

Attributes

Remarks

Enumerates serial ports.

Android reference for android.hardware.serial.SerialManager.getPorts.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to