All notable changed to this project will be documented in this file.
- Fixed ReadSZL #36
- Fixed string length check into SetStringAt #28
- Removed obsolete SetBitAt #27
- Fixed casting in GetIntAt #29
- Constant for no errors
S7Consts.ResultOK
- Property
PLCIpAddress
- Overload of
ToString
for S7Client - Property
Name
as constructor param in S7Client
- CHANGELOG.md
- README.md
- #18
- New overloaded extension method signatures for SetBitAt
- Removed not necessary casting to short for GetIntAt
- Added overloads for S7
Time_Of_Day
functions - Added more tests
- made old methods obsolete
- CHANGELOG.md
- README.md
- Referenced changelog into nuget release notes
- README.md
- Added enums and methods overloads for S7Wordlength and S7Area (#11)
- README.md
- Changed properties to expression body solution wide
- Changed S7 calls to extension methods
- Usage of overloaded methods with enums instead of constants
- Check connection on socket close
- Null propagation on disconnect method
- Soved usage ob obsolete constants
- style and security enhancement
- Unused exception handling
- Usage of Timeouts from philfontaine/Sharp7@fb01cc0
- connection check into overload of SendPacket (#8)
- Added unit tests
- Created extension methods from S7
- Fixed naming rules
- README.md
- README.md
- README.md
- Added nuget package description
- Added debug symbols to Nuget
- Migrate solution to project SDK (#2)
- imported initial project from source forge