IDevice2.CheckSupportedCommunicationState (METH)ΒΆ
METHOD CheckSupportedCommunicationState : BOOL
This method checks if a specific DEVICE_TRANSITION_STATE is supported by the node in general.
Note
Use IDevice2.CheckCurrentSupportedCommunicationState to check which DEVICE_TRANSITION_STATE is possible in the current state.
- InOut:
Scope
Name
Type
Comment
Return
CheckSupportedCommunicationState
BOOL
True if node supports the requested DEVICE_TRANSITION_STATE in general.
Input
eRequestedState
The communication state to be checked.