public TheSensorInstancePropertyMeta(cdeP.TheSensorMeta sensorMeta) : base(sensorMeta) { }
public cdeP DeclareSensorProperty(string propertyName, ePropertyTypes propertyType, cdeP.TheSensorMeta sensorMeta) { cdeP tProp = GetProperty(propertyName, true); if (tProp.cdeO != cdeMID) { tProp.cdeO = cdeMID; } tProp.cdeE |= 0x04; // cdeCTIM should be updated with changetime tProp.SetSensorMeta(sensorMeta); return(tProp); }
public TheSensorPropertyMeta(cdeP.TheSensorMeta sensorMeta) : base(sensorMeta) { }