METHOD CheckCurrentSupportedCommunicationState : BOOL
This method checks if a specific
|DEVICE_TRANSITION_STATE| can be processed in the current state.
Note
Use
|IDevice2.CheckSupportedCommunicationState| to check which
|DEVICE_TRANSITION_STATE| is supported in general.
InOut:
|
Scope
|
Name
|
Type
|
Comment
|
Return
|
CheckCurrentSupportedCommunicationState
|
BOOL
|
True if node supports the requested
|DEVICE_TRANSITION_STATE| in the current state.
|
Input
|
eRequestedState
|
DED.DEVICE_TRANSITION_STATE
|
The communication state to be checked.
|
|