9 lines
116 B
Plaintext
9 lines
116 B
Plaintext
|
|
namespace DTS.Common.Enums
|
||
|
|
{
|
||
|
|
public enum GPSSentenceTypes
|
||
|
|
{
|
||
|
|
GPGGA,
|
||
|
|
GPRMC
|
||
|
|
}
|
||
|
|
}
|