Click or drag to resize

ReplyStatusErrorException Class

The exception is thrown when the Device return Error sends an invalid reply.
Inheritance Hierarchy

Namespace:  AC908_SDK
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public class ReplyStatusErrorException : ReplyException

The ReplyStatusErrorException type exposes the following members.

Properties
  NameDescription
Public propertyErrorCode
Error Code returned by the device
Public propertyReplyBytes
Gets the reply bytes.
(Inherited from ReplyException.)
Top
See Also