Queue APIs
Import Module
local LCC = require("XXTLanControl")
Before You Start
Before using any helper, ensure you either invoke LCC.set_api_url() or launch the script from the controller, and always complete initialisation by calling LCC.connect().
Shared Constraints
- All queue name parameters such as
name,from_name, andto_namemust be non-empty strings and no longer than256bytes. - All value parameters such as
valuemust be valid UTF-8 strings.