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
Properties
Address
public string Address { get; }
Property Value
AddressType
public byte AddressType { get; }
Property Value
Port
public ushort Port { get; }