Table of Contents

Interface ITlvConverter

Namespace
NLightning.Domain.Protocol.Interfaces
Assembly
NLightning.Domain.dll

Interface for serializers that handle specific message types

public interface ITlvConverter

Methods

ConvertFromBase(BaseTlv)

BaseTlv ConvertFromBase(BaseTlv baseTlv)

Parameters

baseTlv BaseTlv

Returns

BaseTlv

ConvertToBase(BaseTlv)

BaseTlv ConvertToBase(BaseTlv tlv)

Parameters

tlv BaseTlv

Returns

BaseTlv