AdhocParameter Constructor

<< Click to Display Table of Contents >>

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

AdhocParameter Constructor

Represents an adhoc parameter with specific properties.

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

 

Syntax


public AdhocParameter(
 uint deviceId,
 Guid uid,
 string description,
 string name,
 bool readOnly,
 uint slot
)

Parameters

deviceId

Type: UInt32
The unique identifier of the device.

uid

Type: Guid
The unique identifier of the parameter.

description

Type: String
The description of the parameter.

name

Type: String
The name of the parameter.

readOnly

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

slot

Type: UInt32
The slot number of the parameter.

 

See Also


AdhocParameter Class

BNCS.Core.DriverFramework.Classes Namespace