EnableMultiplexedInput
Delphi
function EnableMultiplexedInput (InputNumber: LongInt; Enable: Boolean): Boolean;
C++Builder
bool __fastcall EnableMultiplexedInput(System::LongInt InputNumber, bool Enable);
C#
public bool EnableMultiplexedInput(int InputNumber, bool Enable);
VB.NET
Public Function EnableMultiplexedInput(InputNumber As Integer, Enable As Boolean) As Boolean
C++/Qt
BOOL EnableMultiplexedInput (int InputNumber, BOOL Enable);
Enables / disables a multiplexed input.