X13.Periphery.MsDevice.MsGUdp.Addr2If C# (CSharp) Method

Addr2If() public method

public Addr2If ( byte addr ) : string
addr byte
return string
      public string Addr2If(byte[] addr) {
        return (new IPAddress(addr)).ToString();
      }
      public byte gwIdx { get { return 0; } }