InputChangedEventArgs Constructor FtMscLibExNet for .NET framework 4
Support for fischertechnik TX-controller

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

Universal inputs of the TX-C

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

public InputChangedEventArgs(
	uint devId,
	uint ioId,
	uint value,
	uint overrun,
	byte mode,
	bool digital
)

Parameters

devId
Type: System UInt32
Index device
ioId
Type: System UInt32
Input port (I1..I8)
value
Type: System UInt32

[Missing <param name="value"/> documentation for "M:FischerTechnik.FtMscLib.Events.InputChangedEventArgs.#ctor(System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte,System.Boolean)"]

overrun
Type: System UInt32

[Missing <param name="overrun"/> documentation for "M:FischerTechnik.FtMscLib.Events.InputChangedEventArgs.#ctor(System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte,System.Boolean)"]

mode
Type: System Byte
mode of this port
digital
Type: System Boolean

[Missing <param name="digital"/> documentation for "M:FischerTechnik.FtMscLib.Events.InputChangedEventArgs.#ctor(System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte,System.Boolean)"]

Remarks

See Also

Reference