mirror of
https://github.com/MobileTooling/UnifiedFlashingPlatform.git
synced 2026-07-27 12:48:47 -07:00
Simplify write param command
This commit is contained in:
@@ -18,11 +18,7 @@ namespace UnifiedFlashingPlatform
|
|||||||
// 4 empty bytes here
|
// 4 empty bytes here
|
||||||
Buffer.BlockCopy(Data, 0, Request, 15, Data.Length);
|
Buffer.BlockCopy(Data, 0, Request, 15, Data.Length);
|
||||||
|
|
||||||
byte[]? Response = ExecuteRawMethod(Request);
|
ExecuteRawMethod(Request);
|
||||||
if ((Response == null) || (Response.Length < 0x10))
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Verify proper functionality
|
// TODO: Verify proper functionality
|
||||||
|
|||||||
Reference in New Issue
Block a user