12 lines
246 B
C#
12 lines
246 B
C#
namespace Barcode.Host.Shared.KeyboardMouse;
|
|
|
|
public class LinuxDeviceIdentifier
|
|
{
|
|
public string? Bus { get; set; }
|
|
|
|
public string? Vendor { get; set; }
|
|
|
|
public string? Product { get; set; }
|
|
|
|
public string? Version { get; set; }
|
|
} |