Table of Contents

Interface IParameterValue<TParameter>

Namespace
TechnologySolutions.Rfid.AsciiProtocol.Parameters
Assembly
TechnologySolutions.Rfid.AsciiProtocol.Core.dll

Represents a command line parameter for a command

public interface IParameterValue<TParameter>

Type Parameters

TParameter

The value of the parameter

Properties

Value

Gets or sets the current value of the parameter

TParameter Value { get; set; }

Property Value

TParameter