Support Board
Date/Time: Fri, 29 Nov 2024 12:46:27 +0000
Post From: How access the binary from sc.MakeHTTPBinaryRequest()
[2023-02-14 13:25:54] |
User305536 - Posts: 52 |
Hello, I have used sc.MakeHTTPBinaryRequest() to obtain the binary data. The contents of this I am trying to eventually get to use this data in a call to Assembly.Load(sc.HTTPBinaryResponse); The documentation says This response sc.HTTPBinaryResponse is a SCConstCharArray type and holds an array of bytes/characters However, I have no idea about how to access the data in this c_ArrayWrapper. I have looked at scstructures.h but do not see how I can access the binary data from this structure. Is there a class or function I can call to get it? How do I get to the contents? How big is this array? Thank you, Allan |