FtMscLibExBase DelegateCBCounterChanged DelegateFtMscLibExNet for .NET framework 4
Support for fischertechnik TX-controller

[This is preliminary documentation and is subject to change.]

3.X7A Callback for the four Fast Counters on the TX-C

Namespace: FischerTechnik.FtMscLib.API
Assembly: FtMscLibVBNet (in FtMscLibVBNet.dll) Version: 1.0.0.1 (1.0.0.10)
Syntax

public delegate void DelegateCBCounterChanged(
	uint devId,
	uint cntId,
	uint count,
	short mode,
	UIntPtr context
)

Parameters

devId
Type: System UInt32
controller ID (master or extension controller)
cntId
Type: System UInt32
index of the Counter input (0 =C1 to 3=C4)
count
Type: System UInt32
actual counter value
mode
Type: System Int16
Mode (see TA_CONFIG struct 9.5)
context
Type: System UIntPtr
pointer to the context
Remarks

See Also

Reference