Function FullRelayName

 

Function FullRelayName( ByVal nRelayHnd& ) As String

Purpose: Return a string composed of relay type, name and branch location.

Works in:      OneLiner.

Parameters:     

nRelayHnd    [in] relay handle

Return value:

Full relay  name if success.

Empty string otherwise.

Remarks:

Example:

 

' Print relay info

      Print FullRelayName( nRelayHnd& )