コード例 #1
0
 public Params(int errorMeasureValue, int correctionBytesCount, DecoderType rsDecoderType, ErrorProviderType rsErrorProviderType)
 {
     ErrorMeasureValue    = errorMeasureValue;
     CorrectionBytesCount = correctionBytesCount;
     RsDecoderType        = rsDecoderType;
     RsErrorProviderType  = rsErrorProviderType;
 }
コード例 #2
0
 public Params(int errorMeasureValue, int correctionBytesCount, DecoderType rsDecoderType, ErrorProviderType rsErrorProviderType)
 {
     ErrorMeasureValue = errorMeasureValue;
     CorrectionBytesCount = correctionBytesCount;
     RsDecoderType = rsDecoderType;
     RsErrorProviderType = rsErrorProviderType;
 }