jtag add download bitstream
This commit is contained in:
@@ -266,6 +266,9 @@ namespace WebProtocol
|
||||
/// <param name="bodyData">数据</param>
|
||||
public SendDataPackage(byte[] bodyData)
|
||||
{
|
||||
if (bodyData.Length > 256 * (32 / 8))
|
||||
throw new Exception("The data of SendDataPackage can't over 256 * 32bits");
|
||||
|
||||
this.bodyData = bodyData;
|
||||
|
||||
_ = _reserved;
|
||||
|
||||
Reference in New Issue
Block a user