RequestCoreStateMachine

RequestCoreStateMachine (ENUM)

TYPE RequestCoreStateMachine : IDLE, (* IDLE State ) PREPARE_SEND, ( Send process in preparation ) SEND, ( Send Data ) CHECK_CONNECTION, ( Connection check ) RECEIVE, ( Receive data ) DONE, ( Send/Receive is done ) HAS_ERROR, ( Error occurred ) CLEANUP ( Cleanup state for next process))

Enumeration of the internal state machine.

Attributes: : qualified_only\

InOut:

Name
Comment

IDLE

IDLE State

PREPARE_SEND

Send process in preparation

SEND

Send Data

CHECK_CONNECTION

Connection check

RECEIVE

Receive data

DONE

Send/Receive is done

HAS_ERROR

Error occurred

CLEANUP

Cleanup state for next process

Last updated