string = GetBytes(address, size
)
Gets raw bytes from memory
Parameters
address : int
The memory addresssize : int
The size to get.Comments
This method is useful to help decode unknown notify messages.
You must be very carefull when using this method.
Return Value
The result is a string with a length of size.