CANRemoteModule_Diag.CheckCurrentSupportedCommunicationState (METH)ΒΆ
METHOD CheckCurrentSupportedCommunicationState : BOOL
This method checks if a specific
DED.DEVICE_TRANSITION_STATE
can be processed in the current state.Note
Currently there is no transition state supported for CANopen modules.
- InOut:
Scope
Name
Type
Comment
Return
CheckCurrentSupportedCommunicationState
BOOL
TRUE
if node supports the requestedDED.DEVICE_TRANSITION_STATE
in the current state.Input
eRequestedState
DED.DEVICE_TRANSITION_STATE
The communication state to be checked.