Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace Sick.SafetyScanners.DataStructures;
|
||||
|
||||
/// <summary>
|
||||
/// Contains the device name from a COLA2 variable command response
|
||||
/// </summary>
|
||||
public sealed class DeviceName
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the device name string
|
||||
/// </summary>
|
||||
public string Name { get; init; } = string.Empty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user