CAN FD修改

This commit is contained in:
2025-07-08 10:37:52 +08:00
parent 4e4a078100
commit 4e215eec8f
5 changed files with 112 additions and 24 deletions

View File

@@ -123,6 +123,7 @@ namespace CapMachine.Wpf.CanDrive
///BufferSize 存储CAN消息缓冲区大小。
///返回值:
//大于等于0表示从CAN适配器内部成功读取到的CAN消息帧数若返回值小于0则说明调用该函数失败。
/// 目前是WriteCANIndex和ReadCANIndex需要相同
/// </summary>
public Byte WriteCANIndex { get; set; } = 0;