ET_StateDataTransmission

Overview

Type:

Enumeration

Available as of:

V1.0.0.0

Description

The enumeration ET_StateDataTransmission is used to indicate the state of a requested data transmission.

The conversion operator TO_STRING is supported for this enumeration.

Enumeration Elements

Name

Value (INT)

Description

Idle

0

Idle state, the function block is ready for operation.

Requested

1

The data transmission is requested at the communication client.

InQueue

2

The transmission request is stored in the queue of the communication client.

InProgress

3

The data transmission is in progress.

Done

4

The data transmission request is successfully completed.

Failed

5

An error has been detected. The data was not transmitted. Verify the status of communication client.

Aborted

6

The data transmission has been aborted.