CIn()

Reads the current count from a counter.

Member of the MccBoard class.

Function Prototype

VB .NET

Public Function CIn(ByVal counterNum As Integer, ByRef count As Short) As MccDaq.ErrorInfo



Public Function CIn(ByVal counterNum As Integer, ByRef count As System.UInt16) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo CIn(int counterNum, out ushort count)



public MccDaq.ErrorInfo CIn(int counterNum, out short count)

Parameters

counterNum

The counter to read the current count from. Valid values are 1 to 20, up to the number of counters on the board.

count

The counter value is returned here.

Returns

Notes