tbf/NfcC7_DLL/NfcHanler/HeadInfo.cs

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; }
}