| 
            
              TransportIsMulticastIP Method
             | 
          
        
        
            Determines if the specified ipAddress is a multicast IP.
            
        
        Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.258-beta
SyntaxGSF.Communication.Transport.IsMulticastIP = function(ipAddress);
 View SourceParameters
- ipAddress  IPAddress
 - IP address to check.
 
Return Value
Booleantrue if the 
ipAddress is multicast IP; otherwise false.
See Also