Interface EthernetDeviceParameter

Represents a parsed parameter object returned from the GET /odl endpoint.

Hierarchy

  • EthernetDeviceParameter

Properties

flags: number

Flags representing additional attributes or configuration settings for the parameter, used for various operational purposes. For more information, refer to https://github.com/synapticon/somanet_software/blob/develop/arm_application/Components/cifXApplicationStackDefinitions/Includes/ECS_API/Ecs_Defines.h#L90

index: number

The index of the parameter.

name: string

The name of the parameter, providing a descriptive label.

objectCode: number

The object type code that represents the category of the parameter (e.g., "VAR", "ARRAY", "RECORD"). For more information, refer to ObjectCodeDefinition.

subindex: number

The subindex of the parameter.

valueType: number

The value type is a base data type index that specifies the data type or encoding of the parameter's value. For more information, refer to allBaseDataTypes.

Generated using TypeDoc