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