Connectivity Software User's Guide and Reference
IsKnownEthernetTransport Method



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.PubSub.Engine Namespace > UAPubSubTransportProfileUriStrings Class : IsKnownEthernetTransport Method
The transport profile URI string to check.

The value of this parameter cannot be null (Nothing in Visual Basic).

Determines whether the specified transport profile URI represents a known Ethernet transport.
Syntax
'Declaration
 
Public Shared Function IsKnownEthernetTransport( _
   ByVal transportProfileUri As String _
) As Boolean
'Usage
 
Dim transportProfileUri As String
Dim value As Boolean
 
value = UAPubSubTransportProfileUriStrings.IsKnownEthernetTransport(transportProfileUri)
public static bool IsKnownEthernetTransport( 
   string transportProfileUri
)
public:
static bool IsKnownEthernetTransport( 
   String^ transportProfileUri
) 

Parameters

transportProfileUri
The transport profile URI string to check.

The value of this parameter cannot be null (Nothing in Visual Basic).

Return Value

true if the transport profile URI is a known Ethernet transport; otherwise, false.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also