nn::nex::Station::GetEndPointInfoInterface Member Function

Syntax

EndPointInfoInterface * GetEndPointInfoInterface() const;

Parameters

None.

Return Values

Pointer to the EndPointInfoInterface for the station. It is NULL if Endpoint does not exist, such as for local stations.

Description

Gets the EndPointInfoInterface for the station.

Gets the EndPointInfoInterface pointer maintained by the station. It can get and manipulate the EndPointInfo, which is the statistical information for Endpoint by using EndPointInfoInterface.

The Scheduler::SystemLock function is required when getting EndPointInfoInterface.

See Also

EndPointInfoInterface, EndPointInfo, Scheduler::SystemLock

Revision History

2012/10/11
Initial version.

CONFIDENTIAL