ReplyStatus Enumeration

CVB.Net Documentation
Status codes to be sent the remote client on Read and Written events.

Namespace:  Stemmer.Cvb.GevServer
Assembly:  Stemmer.Cvb.GevServer (in Stemmer.Cvb.GevServer.dll) Version: 14.0.0.0
Syntax

public enum ReplyStatus
Members

  Member nameValueDescription
Success0 Operation successfully performed.
AccessDenied1 Requested resource not accessible.
Busy2 Device to busy to perform the operation.
NotImplemented3 Requested resource is actually not implemented.
DataOverrun4 Internal memory overrun.
InvalidParameter5 Invalid parameter to resource.
WrongConfig6 Requested resource is not accessible in current configuration.
LocalProblem7 Something went wrong on server side.
See Also

Reference