|
<< 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)
public AdhocParameterString(
uint deviceId,
Guid uid,
string description,
string name,
bool readOnly,
uint slot,
BNCSEnums.StringCases case,
ulong maxLength
)
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.
An instance of AdhocParameterString.
BNCS.Core.DriverFramework.Classes Namespace