nn::nex::Station::IsLocal Member Function

Syntax

qBool IsLocal() const;

Parameters

None.

Return Values



Value Description
true Returned when this station is the local machine.
false Returned when this station is not the local machine.

Description

Gets whether the station instance represents the local machine itself.

The opposite value of that returned by IsAPeer is returned.

Revision History

2012/05/23
Changed to a const member function.
2011/01/27
Initial version.

CONFIDENTIAL