nn::nex::Station::ConvertConnectionIDToDOHandle Member Function

Syntax

static DOHandle ConvertConnectionIDToDOHandle(
     StationID stationId
);

Parameters

Name Description
in stationId Specifies the StationID to convert.

Return Values

Returns the converted result DOHandle.

Description

Converts from the StationID to the DOHandle of the Station. Using this function is not recommended. Use the ConvertStationIDToDOHandle function.

See Also

ConvertStationIDToDOHandle

Revision History

2012/10/04
Using this function is not recommended. Use the ConvertStationIDToDOHandle function. Changed so that StationID is taken as a parameter.
2012/04/13
Initial version.

CONFIDENTIAL