9 lines
177 B
C#
9 lines
177 B
C#
using NfcC7_DLL.NfcHanler.Protocols;
|
|
|
|
namespace NfcC7_DLL.NfcHanler;
|
|
|
|
public class HeadInfo
|
|
{
|
|
string SerialNr { get; set; }
|
|
OptoHeadStatus OptoHeadStatus { get; set; }
|
|
} |