Interface DeviceParameterInfo

Hierarchy

Properties

group?: null | string
id: string
index: number
max?: null | number
min?: null | number
name: string
readAccess?: null | boolean
subindex: number
typeValueKey: "intValue" | "uintValue" | "floatValue" | "stringValue" | "rawValue"
unit?: null | string
valueType?: null | ValueType
writeAccess?: null | boolean

Generated using TypeDoc