Type Alias ReadStep

ReadStep: Message<"moddef.v1.ReadStep"> & { into: string; pointId: string }

ยง11.7 Read a point and bind the decoded value to name into for use by a CommandResult. A point whose mapping sets length_ref is read at its runtime-resolved length.

Type declaration

  • into: string

    from field: string into = 2;

  • pointId: string

    from field: string point_id = 1;

from message moddef.v1.ReadStep