HdlcExceptionKind Enumeration

Kind of error raised during HDLC frames parsing.

Definition

Namespace: OddPrg.Protocols.Hdlc
Assembly: OddPrg.Frames.Hdlc (in OddPrg.Frames.Hdlc.dll) Version: 1.0.0.2 (1.0.0.2)
C#
public enum HdlcExceptionKind

Members

None0 Not specified
InvalidRequest1 Unexpected parameters to create Hdlc frame
InvalidResponse2 Unexpected data during parsing Hdlc frame

See Also