STREAM arq channel state

ARQ channel state

Parameter Type Description
freedata message origin as str tnc-message
arq type as str transmission
status status as str opened / opening / failed / closed / received
{
    "freedata": "tnc-message",
    "arq": "transmission",
    "status": "<state>"
}

Example

{
    "freedata": "tnc-message",
    "arq": "transmission",
    "status": "opening"
}