use commplc interface for main thread

This commit is contained in:
2025-12-24 15:16:29 +08:00
parent 8d4774964c
commit c6be81d1dd
3 changed files with 95 additions and 172 deletions

View File

@@ -15,7 +15,8 @@ namespace LibComm
event OnDataReceived OnDataReceived;
event OnConnectStatus OnConnectStatus;
event OnTrigCamera OnTrigCamera;
void Initialize();
event OnCameraStatus OnCameraStatus;
void Start();
void Stop();
void NoticeCamComplete(int index, byte[] datax);
}