buffer in/out 시퀀스 작성중

This commit is contained in:
backuppc
2025-12-11 08:22:52 +09:00
parent 9a0a389e07
commit 6024f372d3
23 changed files with 671 additions and 806 deletions

View File

@@ -333,6 +333,11 @@ namespace Project
public Single interval_xbe { get; set; }
[Browsable(false)]
public int interval_bms { get; set; }
/// <summary>
/// 스피커출력 간격
/// </summary>
[DisplayName("Speak Term")]
public int doorSoundTerm { get; set; }
[Browsable(false)]