CIn32()

Reads the current count from a counter, and returns it as a 32 bit integer.

Member of the MccBoard class.

Function Prototype

VB .NET

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



Public Function CIn32(ByVal counterNum As Integer, ByRef count As System.UInt32) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo CIn32(int counterNum, out uint count)



public MccDaq.ErrorInfo CIn32(int counterNum, out int count)

Parameters

counterNum

The counter to read current count from. Valid values are 1 to n, where n is the number of counters on the board.

count

Current count value from selected counter.

Returns

Notes