nn::nex::Station::IsAPeer Member Function

Syntax

qBool IsAPeer() const;

Parameters

None.

Return Values



Value Description
true Returned when a remote connected partner is participating in the session.
false Returned when it is not a remote connected partner participating in the session.

Description

Gets whether this station is a remotely connected partner participating in the session.

The opposite value of that returned by IsLocal is returned.

Revision History

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

CONFIDENTIAL