Support Board
Date/Time: Sat, 27 Jun 2026 08:35:51 +0000
Post From: How access the binary from sc.MakeHTTPBinaryRequest()
| [2023-02-15 08:45:34] |
| User907968 - Posts: 873 |
|
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[] |
