Channel.IsOpen Property

Definition

Tells if this channel is open.

public bool IsOpen { [Android.Runtime.Register("isOpen", "()Z", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("isOpen", "()Z", "", ApiSince=28)>]
member this.IsOpen : bool

Property Value

false if the channel is closed or in case of an error. true otherwise.

Implements

Attributes

Remarks

Tells if this channel is open.

Java documentation for android.se.omapi.Channel.isOpen().

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