ProfinetControllerDiag.CheckSupportedCommunicationState (METH)ΒΆ

METHOD CheckSupportedCommunicationState : BOOL

The implementation of this method returns true if the driver supports the requested communications state The application could query a driver to check if it is supporting specific communications states generally. The method CheckCurrentSupportedCommunicationState is used to check for the current state. Therefore the result of CheckCurrentSupportedCommunicationState and CheckSupportedCommunicationState could differ if the driver is for example in the startup procedure and not supporting currently some communication states.

InOut:

Scope

Name

Type

Comment

Return

CheckSupportedCommunicationState

BOOL

Input

eRequestedState

DED.DEVICE_TRANSITION_STATE

The communication state to check