Core device proxy bindings

This commit is contained in:
Jackson Coxson
2025-03-25 10:03:04 -06:00
parent f4feed01f5
commit 2588beae60
3 changed files with 412 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ pub enum IdeviceErrorCode {
InvalidArgument = -36,
UnknownErrorType = -37,
// FFI specific bindings
BufferTooSmall = -998,
InvalidString = -999,
InvalidArg = -1000,
}