8 lines
157 B
C#
8 lines
157 B
C#
|
|
namespace DTS.Common.Interface.DASFactory.Config
|
|||
|
|
{
|
|||
|
|
public interface IAlignUDPToPPSAware
|
|||
|
|
{
|
|||
|
|
bool AlignUDPToPPS { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|