createStaticallySizedLocalByteArray

Create a StaticallySizedLocalByteArrayStructure A byte array that does not store it's size. If you are using it you have to store its size in some other way. It's advised to use arrays that store their size instead e.g. LocalByteArrayStructure

Parameters

addr

the local address to store the array in

size

the size of the created array (must be at least 4 for this type of array!!!)


Create a StaticallySizedLocalByteArrayStructure A byte array that does not store it's size. If you are using it you have to store its size in some other way. It's advised to use arrays that store their size instead e.g. LocalByteArrayStructure

Parameters

addr

the local address to store the array in