CODLinkComponent::GetSourcePort

CODPortComponent* CODLinkComponent::GetSourcePort(void)

Return connected port on the source component.

Defined in: OdLinkComp.cpp

Return Value

The dependent port at the source end of the link.

Comments

This function returns the port connected to the tail port of the link. The source port belongs to the source component; not the link. If the tail is not connected, then this function return NULL.