Interface IParameterAndValue<TParameter>
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol.Parameters
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
Defines a command line parameter for a command with a type specific value
public interface IParameterAndValue<TParameter> : IParameterValue<TParameter>, ICommandParameter, IParameterAction
Type Parameters
TParameter
The type of the parameters value
- Inherited Members