Files

14 lines
228 B
C#
Raw Permalink Normal View History

2026-08-04 10:29:21 +08:00
using System;
using System.Collections.Generic;
using System.Text;
namespace CommonUsage.Protocols.VDA5050.Objects
{
public class sequenceItem
{
public uint sequenceId;
public bool released;
}
}