Exemplo n.º 1
0
        //3
        public ushort?Get(UintChannelSetting setting, Channel channel)
        {
            ICodebook item = _codebooks.FirstOrDefault(x => x.Definition_Id == (byte)setting && x.Channel == (byte)channel);

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