GetIoSizes (FUN)ΒΆ

FUNCTION GetIoSizes : DINT

    • Gets the sizes of the devices input and output.

    • @param deviceId Id of the device.

    • @param inputSize Pointer to where the size of the input will be stored.

    • @param outputSize Pointer to where the size of the output will be stored.

    • @return Returns 0 on success, -1 otherwise.

InOut:

Scope

Name

Type

Return

GetIoSizes

DINT

Input

deviceId

DINT

inputSize

POINTER TO UDINT

outputSize

POINTER TO UDINT