AnalogController.IsPinOpen(Int32) Method

Definition

Checks if a specific analog channel is open.

public virtual bool IsPinOpen (int pinNumber);
abstract member IsPinOpen : int -> bool
override this.IsPinOpen : int -> bool
Public Overridable Function IsPinOpen (pinNumber As Integer) As Boolean

Parameters

pinNumber
Int32

The analog channel number.

Returns

The status if the channel is open or closed.

Applies to