mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
12 lines
151 B
C#
12 lines
151 B
C#
namespace MewtocolNet {
|
|
|
|
internal enum CommandState {
|
|
|
|
Initial,
|
|
LineFeed,
|
|
RequestedNextFrame,
|
|
Complete
|
|
|
|
}
|
|
|
|
} |