INGEAR.NET.Logix

 

ResultCode Members

ResultCode overview

Public Static (Shared) Fields

E_FAIL Failure Error Code
E_INVALID_CONTROLLER_TAG Tag.Name property does not reference a valid Allen-Bradley device tagname
E_INVALID_IP Controller.IPAddress property is null (Nothing in VB) or empty string.
E_INVALID_LICENSE License is invalid
E_INVALID_NAME Tag.Name property is null (Nothing in VB) or .Name is empty string
E_INVALID_OBJECT An unexpected object was used
E_INVALID_PATH Controller.Path property is null (Nothing in VB) or empty string.
E_NULL_SOCKET Socket is null (Nothing in VB)
E_NULL_VALUE Tag.Value property null or empty
E_RECV_ERROR Number of bytes received was less than expected
E_RECV_TIMEOUT Socket connection timed out waiting for receive availability
E_SEND_ERROR Number of bytes sent was less than expected
E_SEND_TIMEOUT Socket connection timed out waiting for send availability
E_SUCCESS No Errors
E_UNEXPECTED_REPLY Unexpected reply from Allen-Bradley device
ES_FAIL Failure Error String
ES_INVALID_CONTROLLER_TAG Tag.Name property does not reference a valid Allen-Bradley device tagname
ES_INVALID_IP Controller.IPAddress property is null (Nothing in VB) or empty string.
ES_INVALID_LICENSE License is invalid
ES_INVALID_NAME Tag.Name property is null (Nothing in VB) or .Name is empty string
ES_INVALID_OBJECT An unexpected object was used
ES_INVALID_PATH Controller.Path property is null (Nothing in VB) or empty string.
ES_NULL_SOCKET Socket is null (Nothing in VB)
ES_NULL_VALUE Tag.Value property null or empty
ES_RECV_ERROR Number of bytes received was less than expected
ES_RECV_TIMEOUT Socket connection timed out waiting for receive availability
ES_SEND_ERROR Number of bytes sent was less than expected
ES_SEND_TIMEOUT Socket connection timed out waiting for send availability
ES_STS_ERROR Tag.ErrorCode code property has STS EXT|STS error
ES_SUCCESS Success string
ES_UNEXPECTED_REPLY Unexpected reply from Allen-Bradley device
ES_WINSOCK_ERROR WINSOCK Error
QUAL_BAD Tag quality is BAD
QUAL_GOOD Tag quality is GOOD
QUAL_STRING_BAD Tag quality is BAD
QUAL_STRING_GOOD Tag quality is GOOD
QUAL_STRING_UNCERTAIN Tag quality is UNCERTAIN
QUAL_UNCERTAIN Tag quality is UNCERTAIN

Public Instance Constructors

ResultCode Constructor Initializes a new instance of the ResultCode class.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

ResultCode Class | Logix Namespace