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

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

3.X1A callback function that reports the change of an “Universal-Input”

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

public delegate void DelegateCBUniChanged(
	uint devId,
	uint ioId,
	uint Value,
	uint Overrun,
	byte mode,
	bool digital,
	UIntPtr context
)

Parameters

devId
Type: System UInt32
controller ID (master or extension controller)
ioId
Type: System UInt32
index of the universal input (0=I1 to 7=I7)
Value
Type: System UInt32
depend of the configuration setting for this Input
Overrun
Type: System UInt32
depend of the configuration setting for this Input
mode
Type: System Byte
Mode (see TA_CONFIG struct 9.5)
digital
Type: System Boolean
Digital/Analoque (see Uni input configuration)
context
Type: System UIntPtr
pointer to the context
Remarks

See Also

Reference