QuickOPC User's Guide and Reference
IsStrictlyPhysical Method (_UASubscribeDataSetFilter)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.ComTypes Namespace > _UASubscribeDataSetFilter Interface : IsStrictlyPhysical Method
The URI string of the PubSub transport profile.
Determines whether the filter is strictly physical.
Syntax
'Declaration
 
Function IsStrictlyPhysical( _
   ByVal transportProfileUriString As String _
) As Boolean
'Usage
 
Dim instance As _UASubscribeDataSetFilter
Dim transportProfileUriString As String
Dim value As Boolean
 
value = instance.IsStrictlyPhysical(transportProfileUriString)
bool IsStrictlyPhysical( 
   string transportProfileUriString
)
bool IsStrictlyPhysical( 
   String^ transportProfileUriString
) 

Parameters

transportProfileUriString
The URI string of the PubSub transport profile.

Return Value

Returns true if the server is strictly physical; returns false otherwise.
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