namespace PLC.Siemens.Protocol.Common { public enum TsType { TsResBit = 0x03, TsResByte = 0x04, TsResInt = 0x05, TsResReal = 0x07, TsResOctet = 0x09, } }