CAN设置添加
This commit is contained in:
@@ -65,5 +65,13 @@ namespace UIShare.UIViewModel
|
||||
get => _serialPortConfig;
|
||||
set => SetProperty(ref _serialPortConfig, value);
|
||||
}
|
||||
|
||||
/// <summary>CAN 连接参数(对应 ZLGCANFD 构造 + 通道初始化参数)。</summary>
|
||||
private CANConfigVM _canConfig = new();
|
||||
public CANConfigVM CANConfig
|
||||
{
|
||||
get => _canConfig;
|
||||
set => SetProperty(ref _canConfig, value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user