Beispiel #1
0
 public ATAttribute(string atCommand, string description, ATValueType type, ulong maxValue)
 {
     ATCommand    = atCommand;
     Description  = description;
     MaximumValue = maxValue;
     ValueType    = type;
 }
Beispiel #2
0
 public ATAttribute(string atCommand, string description, ATValueType type)
 {
     ATCommand   = atCommand;
     Description = description;
     ValueType   = type;
 }
Beispiel #3
0
 public ATAttribute(string atCommand, string description, ATValueType type, ulong maxValue)
 {
     ATCommand = atCommand;
     Description = description;
     MaximumValue = maxValue;
     ValueType = type;
 }
Beispiel #4
0
 public ATAttribute(string atCommand, string description, ATValueType type)
 {
     ATCommand = atCommand;
     Description = description;
     ValueType = type;
 }