Support for fischertechnik TX-controller
Assembly: FtMscLibVBNet (in FtMscLibVBNet.dll) Version: 1.0.0.1 (1.0.0.10)
FTLIB_ERR_SUCCESS (no error) or error code
[This is preliminary documentation and is subject to change.]
API 3.19 GetInDisplayButtonValue
Function reads the current status of the two push-button switches on the display.
The time for how long a push-button switch remains depressed is displayed.
Namespace: FischerTechnik.FtMscLib.APIFunction reads the current status of the two push-button switches on the display.
The time for how long a push-button switch remains depressed is displayed.
Assembly: FtMscLibVBNet (in FtMscLibVBNet.dll) Version: 1.0.0.1 (1.0.0.10)
Syntax
Parameters
- devId
- Type: FischerTechnik.FtMscLib.Enumurations FtDeviceID
controller ID (master or extension controller)
- left
- Type: System Int16
push-button switch (left)
- right
- Type: System Int16
push-button switch (right)
Return Value
Type: UInt32FTLIB_ERR_SUCCESS (no error) or error code
Remarks
See Also