Exemplo n.º 1
0
        //2
        public ushort?Get(WavelengthConstant setting)
        {
            ICodebook item = _codebooks.FirstOrDefault(x => x.Definition_Id == (byte)setting);

            return(GetData(item)[0]); //.NullableUshortConverter();
        }
Exemplo n.º 2
0
 public bool Set(WavelengthConstant setting, uint value)
 {
     throw new NotImplementedException();
 }