B_REG_BROADCAST protocol (BRoster::Broadcast()).

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1538 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2002-10-15 22:29:05 +00:00
parent c8dbd6ea10
commit 647a02fc24

View File

@ -317,7 +317,7 @@ activate an app (BRoster::ActivateApp())
target: roster
message: B_REG_ACTIVATE_APP
"team": B_INT32_TYPE ]
"team": B_INT32_TYPE
reply: standard success
on error: - B_NO_REPLY (fatal)
- standard error
@ -335,6 +335,30 @@ error reply fields:
-----------------------------------------------------------------------
broadcast a message (BRoster::Broadcast())
target: roster
message: B_REG_ACTIVATE_APP
"team": B_INT32_TYPE
"message": B_MESSAGE_TYPE
"reply_target": B_MESSENGER_TYPE
reply: standard success
on error: - B_NO_REPLY (fatal)
- standard error
message fields:
- "team": The requesting team.
- "message": The message to be broadcast.
- "reply_target": The reply target for the message.
error reply fields:
- "error":
- B_BAD_VALUE: A request message field is missing or contains an
invalid value.
- ...
-----------------------------------------------------------------------
MIME Database Requests
----------------------
@ -548,6 +572,10 @@ reply: none (message should be sent asynchronously)
-----------------------------------------------------------------------
Message Runner Requests
-----------------------
message runner registration (BMessageRunner::InitData())
target: roster