package com.honeywell.bacnetSpyder.networkInterface; public interface ICovIncrement { float getSenDelta(); void setSenDelta(float f); }