API Version: 4
Library Version: 4.8.0
Generated by gi-docgen 2024.1
char get_byte ( HexBuffer* self, gint64 offset )
Get a single byte at a particular offset within the buffer.
offset
Type: gint64
gint64
Offset position of the data being requested within the payload.
Type: char
char
The 8-bit character located at offset within the payload, or ‘\0’.