ENDA.PLCNetLib.Finder.GetIP C# (CSharp) Method

GetIP() private method

private GetIP ( string mac ) : IPAddress
mac string
return System.Net.IPAddress
        IPAddress GetIP(string mac)
        {
            return m_dict[mac];
        }