Files
DP44/Common/DTS.Common/.svn/pristine/3f/3f6e5719b8165373db7adbcc3cc2efc4ec821a3a.svn-base
2026-04-17 14:55:32 -04:00

8 lines
157 B
Plaintext

namespace DTS.Common.Interface.DASFactory.Config
{
public interface IAlignUDPToPPSAware
{
bool AlignUDPToPPS { get; set; }
}
}