[][src]Module ts3_query::raw

Module with helpers for raw-calls

Functions

bool_val_parser

Helper function to retrieve bool value from line-hashmap, (re)moves value.

escape_arg

Escape string for query commands send via raw function

int_list_val_parser

Helper function to read int value list from line-hashmap, (re)moves value.

int_val_parser

Helper function to retrieve and parse value from line-hashmap, (re)moves value.

int_val_parser_opt

Helper function to retrieve and parse value from line-hashmap, (re)moves value.

parse_hashmap

Parse response as hashmap

parse_multi_hashmap

Parse multi-hashmap response. Each hashmap is divided by a |.

string_val_parser

Helper function to retrieve string value from line-hashmap, (re)moves value.

string_val_parser_opt

Helper function to retrieve optional string value from line-hashmap, (re)moves value.

unescape_val

Unescape server response