6 lines
94 B
C#
6 lines
94 B
C#
public enum MessageResult {
|
|
None = 0,
|
|
NotReady = 1,
|
|
Blocked = 2,
|
|
Command = 3
|
|
} |