JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
Webrtc Broadcast Server v3.0
Webrtc Broadcast Server v3.0
More
Share
Explore
Функции прямого вызова
wbs_send_message
Описание:
Отправить в сервер API-сообщение
Интерфейс:
wbs_result_t
wbs_send_transaction
(
const
char
*
api_message
,
uint32_t
length
=
0
)
Входные параметры:
Имя
Тип
Описание
transaction
const char*
API-транзакция отправляемая в сервер
length
uint32_t
Размер транзакции в байтах. Может быть 0, если строка транзакции задана в формате
null-terminated-string
.
There are no rows in this table
Возвращаемое значение:
Значение
Описание
wbs_result_ok
транзакция доставлена серверу
wbs_result_not_required
сервер не запущен
wbs_result_failed
непредвиденная ошибка
There are no rows in this table
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.