add stream raw frame access

This commit is contained in:
lenn
2026-05-26 22:22:28 +08:00
parent 705375085f
commit 47722bb383
13 changed files with 358 additions and 85 deletions

View File

@@ -72,5 +72,5 @@ pub enum SdkError {
DeviceError(u16),
#[error("Device is in streaming mode, command not allowed")]
StreamingBusy
StreamingBusy,
}