Properties | List of all members
DeviceControlCommand Class Reference

A specific command to send to the driver. More...

Inherits object.

Properties

 operation = property
 int: Gets or sets the operation part of the command. More...
 
 parameter = property
 int: Gets or sets the parameter part of the command. More...
 

Detailed Description

A specific command to send to the driver.

Creates a command from the given operation and command parameter.

Parameters

parameter : int Driver specific command parameter.

operation : int Operation to perform on parameter (see cvb.DeviceControlOperation).

Property Documentation

◆ operation

operation = property
static

int: Gets or sets the operation part of the command.

◆ parameter

parameter = property
static

int: Gets or sets the parameter part of the command.