Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 380 Bytes

File metadata and controls

10 lines (6 loc) · 380 Bytes

Iec037 - Program must not have Input, Output or InOut attributes

Severity: Error Error

Classes with the attribute [Program] must not have [Output], [Input] or [InOut] attributes. The provided attributes for programs are [InputPort] or [OutputPort].

Solution

Use [InputPort] or [OutputPort] attributes to implement the program.