CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages

Operations for Output Destination Change notification.

See Also
CNH_OUTPUT_DESTINATIONCHANGE
Enumerator
ODCO_Added 

The destination has been added. Can be used to check if the target device is allowed, or to re-send last messages in order to put the new target in a known state. A destination just added is invalid until ODCO_Enabled is notified. It is safe to send messages after ODCO_Enabled being notified.

ODCO_Removed 

The destination has been removed.

ODCO_Disabled 

The destination has been disabled because it is not reachable.

ODCO_Enabled 

Connection confirmation has been received by the destination input, so the related destination is fully accessible.

ODCO_DisabledRemoved 

The destination has been removed since not reachable for 60 seconds.

ODCO_AllDestinationsCleared 

The output has no more destination.

ODCO_RecAdded 

The recording destination has been added. Can be used to check if the target device is allowed, or to re-send last messages in order to put the new target in a known state. A destination just added is invalid until ODCO_RecEnabled is notified.

ODCO_RecRemoved 

The recording destination has been removed.

ODCO_RecDisabled 

The recording destination has been disabled because it is not reachable.

ODCO_RecEnabled 

Connection confirmation has been received by the destination input, so the related destination is fully accessible.

ODCO_RecDisabledRemoved 

The recording destination has been removed since not reachable for 60 seconds.

ODCO_RecAllDestinationCleared 

The output has no more recording destinations.