AdhocParameterString Constructor

<< Click to Display Table of Contents >>

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

AdhocParameterString Constructor

Represents an adhoc parameter string.

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

 

Syntax


public AdhocParameterString(
 uint deviceId,
 Guid uid,
 string description,
 string name,
 bool readOnly,
 uint slot,
 BNCSEnums.StringCases case,
 ulong maxLength
)

Parameters

deviceId

Type: UInt32
The device ID.

uid

Type: Guid
The unique identifier.

description

Type: String
The description of the parameter.

name

Type: String
The name of the parameter.

readOnly

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

slot

Type: UInt32
The slot number.

case

Type: BNCS.BNCSEnums.StringCases
The string case type.

maxLength

Type: UInt64
The maximum length of the string.

Return Value

An instance of AdhocParameterString.

 

See Also


AdhocParameterString Class

BNCS.Core.DriverFramework.Classes Namespace