Esempio n. 1
0
 public PropertyCharacteristics(CC2650SensorTag.PropertyServiceCls.SensorTagProperties property)
 {
     Property       = property;
     Charcteristics = new Dictionary <CC2650SensorTag.PropertyServiceCls.SensorTagProperties, GattCharacteristic>();
 }
Esempio n. 2
0
 public SensorChars(CC2650SensorTag.PropertyServiceCls.SensorTagProperties Property)
 {
     Property_Index  = Property;
     Type            = CharacteristicsTypes.property;
     CharcteristicsP = new Dictionary <CC2650SensorTag.PropertyServiceCls.SensorTagProperties, GattCharacteristic>();
 }