Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F140240
states.hpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
806 B
Referenced Files
None
Subscribers
None
states.hpp
View Options
/*
* This file is part of libkazv.
* SPDX-FileCopyrightText: 2020 Tusooa Zhu <tusooa@kazv.moe>
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
#pragma once
#include
<libkazv-config.hpp>
#include
<csapi/rooms.hpp>
#include
<csapi/room_state.hpp>
#include
"client-model.hpp"
namespace
Kazv
{
BaseJob
clientPerform
(
ClientModel
m
,
GetRoomStatesAction
a
);
ClientResult
updateClient
(
ClientModel
m
,
GetRoomStatesAction
a
);
ClientResult
processResponse
(
ClientModel
m
,
GetRoomStateResponse
r
);
ClientResult
updateClient
(
ClientModel
m
,
GetStateEventAction
a
);
ClientResult
processResponse
(
ClientModel
m
,
GetRoomStateWithKeyResponse
r
);
ClientResult
updateClient
(
ClientModel
m
,
SendStateEventAction
a
);
ClientResult
processResponse
(
ClientModel
m
,
SetRoomStateWithKeyResponse
r
);
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sun, Jan 19, 3:53 PM (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
55290
Default Alt Text
states.hpp (806 B)
Attached To
Mode
rL libkazv
Attached
Detach File
Event Timeline
Log In to Comment