Type alias SmmOdParameter
SmmOdParameter: {
access: "rw" | "ro" | null;
defaultValue: number | string | null;
description: string;
group: string | null;
index: number;
max: number | null;
min: number | null;
parameterName: string;
resetValue: number | string | null;
size: number;
subindex: number;
type: string;
typeRef?: string | null;
unit: string | null;
variableName: string | null;
}
Type declaration
-
access: "rw" | "ro" | null
-
defaultValue: number | string | null
-
description: string
-
group: string | null
-
index: number
-
max: number | null
-
min: number | null
-
parameterName: string
-
resetValue: number | string | null
-
size: number
-
subindex: number
-
type: string
-
Optional
typeRef?: string | null
-
unit: string | null
-
variableName: string | null
Represents a single parameter in the SMM object dictionary.