Returns boolean representation of the current status of a given function output.

Namespace: XpressnetLib
Assembly: XpressnetLib (in XpressnetLib.dll) Version: 0.1.4195.39796

Syntax

C#
public bool FunctionStatus(
	int function
)
Visual Basic
Public Function FunctionStatus ( _
	function As Integer _
) As Boolean
Visual C++
public:
bool FunctionStatus(
	int function
)

Parameters

function
Type: System..::..Int32
Function number.

Return Value

True if the output is active, false if the output is inactive

See Also