8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
|
|
namespace DTS.Common.Interface.DASFactory
|
||
|
|
{
|
||
|
|
public interface ITMATSStreamingDevice
|
||
|
|
{
|
||
|
|
int GetMaxFileLengthTMATS();
|
||
|
|
}
|
||
|
|
}
|