Support Board
Date/Time: Fri, 29 Nov 2024 12:54:11 +0000
Post From: How access the binary from sc.MakeHTTPBinaryRequest()
[2023-02-15 08:45:34] |
User907968 - Posts: 824 |
accessing the binary data is killing me
You can access via pointer to start of data - sc.HTTPBinaryResponse.GetPointer() or via array operator - sc.HTTPBinaryResponse[] |