Skip to main content

ParsePayload

pub fn ParsePayload(Payload: &Value) -> (String, String, String)
Expand description

Parse the wire payload { extensionId, variable, value, persistent, description } into a uniform tuple. Missing fields surface as empty strings / None; the dispatcher discards calls whose ExtensionId is empty.