14 lines
309 B
C#
14 lines
309 B
C#
namespace Xylem.Common.Production.ProductionUiCordonel.ProductionProcesses.RFTelegrams
|
|
{
|
|
public enum AppCode
|
|
{
|
|
BUP = 0x00,
|
|
LAT = 0x01,
|
|
SEMI = 0x08,
|
|
LoggerTelegram = 0x09,
|
|
TestTelegram = 0x0A,
|
|
DEBUG = 0x0B,
|
|
EncapsulatedFlexNet = 0x10
|
|
}
|
|
}
|