Provider
Overview
Related Modules:
Description:
Defines the provider of events and data of a topic.
Summary
Data Fields
Publish )(IUnknown iUnknown, const Topic topic, uint8 data, int16 len) |
Details
Field Documentation
Publish
BOOL(* Provider::Publish) ([IUnknown]($api-api-SmartVision-Devices-IUnknown.md) *iUnknown, const [Topic]($api-api-SmartVision-Devices-Broadcast.md#gaf03f5bc94cad32ab628a6cdee09b0542) *topic, uint8 *data, int16 len)
Description:
Publishes events and data of a specified topic.
The events or data is published by the publisher, sent to all consumers who have subscribed to the topic, and processed by the consumers.
Parameters:
Returns:
Returns TRUE if the topic is successfully published; returns FALSE otherwise.