9 lines
113 B
C#
9 lines
113 B
C#
namespace Inspectron.HawkEye.Protocol
|
|
{
|
|
public enum EData
|
|
{
|
|
Image,
|
|
|
|
OK
|
|
}
|
|
} |