Add ResultOK to S7Consts

This commit is contained in:
Tolga Çakır
2021-02-09 09:00:43 +03:00
parent 978122836f
commit 2517f00bf9

View File

@@ -11,6 +11,7 @@ namespace Sharp7
//------------------------------------------------------------------------------
// ERRORS
//------------------------------------------------------------------------------
public const int ResultOK = 0x00000000;
public const int errTCPSocketCreation = 0x00000001;
public const int errTCPConnectionTimeout = 0x00000002;
public const int errTCPConnectionFailed = 0x00000003;