AdhocParameterEnum Constructor

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Core.DriverFramework.Classes Namespace > AdhocParameterEnum Class >

AdhocParameterEnum Constructor

Represents an adhoc parameter enum.

Namespace: BNCS.Core.DriverFramework.Classes
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


public AdhocParameterEnum(
 uint deviceId,
 Guid uid,
 string description,
 string name,
 bool readOnly,
 uint slot,
 EnumState[] states
)

Parameters

deviceId

Type: UInt32
The device ID.

uid

Type: Guid
The unique identifier.

description

Type: String
The description of the enum.

name

Type: String
The name of the enum.

readOnly

Type: Boolean
A boolean indicating if the enum is read-only.

slot

Type: UInt32
The slot number.

states

Type: EnumState[]
An array of EnumState objects.

 

See Also


AdhocParameterEnum Class

BNCS.Core.DriverFramework.Classes Namespace