nn::nex::Station::SignalFault Member Function

Syntax

qBool SignalFault(
     qBool bProcessNow = true
);

Parameters

Name Description
in bProcessNow TRUE: Disconnect the station without finalizing with other stations. FALSE: Disconnect the station after finalizing with other stations.

Return Values



Value Description
true Returned if forced disconnection was successful.
false Returned if the station was already disconnected or the forced disconnection was otherwise not successful.

Description

Forcibly disconnects the specified station. Feature for debugging.

Use this function to test for station inconsistencies.

Revision History

2012/06/11
Initial version.

CONFIDENTIAL