CheckSupportedIODataTypes

CheckSupportedIODataTypes 1:

Syntax

Definition:

METHOD CheckSupportedIODataTypes : BOOL
VAR_INPUT
    fmtInputType  : ETcMllDataType;
    fmtOutputType : ETcMllDataType;
    IsSupported   : Reference To BOOL;
END_VAR

CheckSupportedIODataTypes 2: Inputs

Name

Type

Description

fmtInputType

ETcMllDataType

Input type to check

fmtOutputType

ETcMllDataType

Output type to check

IsSupported

Reference To BOOL

returns true if supported

CheckSupportedIODataTypes 3: Return value

BOOL