mirror of
https://github.com/fbarresi/Sharp7.git
synced 2026-02-04 08:42:51 +00:00
Add ResultOK to S7Consts
This commit is contained in:
@@ -11,6 +11,7 @@ namespace Sharp7
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// ERRORS
|
// ERRORS
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
public const int ResultOK = 0x00000000;
|
||||||
public const int errTCPSocketCreation = 0x00000001;
|
public const int errTCPSocketCreation = 0x00000001;
|
||||||
public const int errTCPConnectionTimeout = 0x00000002;
|
public const int errTCPConnectionTimeout = 0x00000002;
|
||||||
public const int errTCPConnectionFailed = 0x00000003;
|
public const int errTCPConnectionFailed = 0x00000003;
|
||||||
|
|||||||
Reference in New Issue
Block a user