Table of Contents

Class RemoteAddressTlv

Namespace
NLightning.Domain.Protocol.Tlv
Assembly
NLightning.Domain.dll
public class RemoteAddressTlv : BaseTlv
Inheritance
RemoteAddressTlv
Inherited Members

Constructors

RemoteAddressTlv(byte, string, ushort)

public RemoteAddressTlv(byte addressType, string address, ushort port)

Parameters

addressType byte
address string
port ushort

Properties

Address

public string Address { get; }

Property Value

string

AddressType

public byte AddressType { get; }

Property Value

byte

Port

public ushort Port { get; }

Property Value

ushort