|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Core.DriverFramework.Classes Namespace > AdhocParameterRange Class > AdhocParameterRange Constructor |
Represents a range parameter for an adhoc device.
Namespace: BNCS.Core.DriverFramework.Classes
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public AdhocParameterRange(
uint deviceId,
Guid uid,
string description,
string name,
bool readOnly,
uint slot,
long default,
long max,
long min
)
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.
default
Type: Int64
The default value of the parameter (optional, default is 0).
max
Type: Int64
The maximum value of the parameter (optional, default is 0).
min
Type: Int64
The minimum value of the parameter (optional, default is 0).
BNCS.Core.DriverFramework.Classes Namespace