Variable ACKRequestConst

ACKRequest: TObject<{
    _attributes: TObject<{
        ackrequested: TBoolean;
        tag: TString;
        uid: TString;
    }>;
}> = ...