Documentation Index
Fetch the complete documentation index at: https://docs.oxd.sh/llms.txt
Use this file to discover all available pages before exploring further.
ox_accel_stats
Copy current traffic statistics into a caller-provided struct.Parameters
Active context.
Pointer to a caller-allocated
AccelStats struct.Returns
| Value | Meaning |
|---|---|
Ok | Stats copied successfully |
InvalidParam | NULL pointer |
AccelStats struct
Example
ox_accel_version
Returns the SDK version string.Returns
A null-terminated version string (e.g.,"0.10.97"). The returned pointer is valid for the lifetime of the process.