9 lines
124 B
C#
9 lines
124 B
C#
namespace skyscraper8.GSE;
|
|
|
|
public enum TsGsType
|
|
{
|
|
GenericPacketized,
|
|
GenericContinuous,
|
|
GseHem,
|
|
Transport
|
|
} |