mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-08-28 00:00:13 +00:00
Move Error::Parse enum into avclan.h
This commit is contained in:
@@ -151,6 +151,12 @@ struct Error {
|
||||
MUTED,
|
||||
};
|
||||
|
||||
enum AVCLAN_ENUM_CLASS Parse : uint8_t {
|
||||
TOO_SHORT = 0x01,
|
||||
MISMATCH_LENGTH,
|
||||
LENGTH_TOO_BIG,
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user