- namespace PlcSiemens.O
- {
- public static class StaticConst
- {
- public const byte IsoTcpVersion = 0x03;// RFC 1006
- public const int IsoTcpPort = 102;// RFC 1006
- public const int IsoInvalidHandle = 0;
- public const int MaxTsapLength = 16;// Max Lenght for Src and Dst TSAP
- public const int MaxIsoFragments = 64; // Max fragments
- public const int IsoPayloadSize = 4096;// Iso telegram Buffer size
- public const int NoError = 0;
- }
- }
|