You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I created the same issue here as it concerns both libraries)
I am trying to create a structure, ByteBuffer which contains a len as the length of the array and a reference to an array. The array is created with ref-array-di and the struct with ref-struct-di.
When passing the array into the struct, and dereferencing it afterwards, gives an empty array back. While dereferencing the referenced array gives the complete data back.
When I manually assign the type of array to byteBuffer.data, but this can not be done outside of this example (as I do not have the array object there).
(I created the same issue here as it concerns both libraries)
I am trying to create a structure,
ByteBuffer
which contains alen
as the length of the array and a reference to an array. The array is created withref-array-di
and the struct withref-struct-di
.When passing the array into the struct, and dereferencing it afterwards, gives an empty array back. While dereferencing the referenced array gives the complete data back.
When I manually assign the
type
ofarray
tobyteBuffer.data
, but this can not be done outside of this example (as I do not have the array object there).The text was updated successfully, but these errors were encountered: