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