Close Input Device VI

Owning Palette: Input Device Control VIs

Requires: Base Development System (Linux, Windows)

Closes the device you specify in device ID. Wire data to the device ID input to determine the polymorphic instance to use or manually select the instance.

(Windows) You must have DirectX 8.0 or later to use this VI.

Example

Use the pull-down menu to select an instance of this VI.

 Add to the block diagram  Find on the palette

closeJoystick

device ID specifies which device reference to close.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
error out contains error information. This output provides standard error out functionality.

closeKeyboard

device ID specifies which device reference to close.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
error out contains error information. This output provides standard error out functionality.

closeMouse

device ID specifies which device reference to close.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
error out contains error information. This output provides standard error out functionality.

Example

Refer to the Monitoring Keyboard and Mouse Activity VI in the labview\examples\Connectivity\Input Device Control directory for an example of using the Close Input Device VI.

 Open example  Find related examples