Top | ![]() |
![]() |
![]() |
![]() |
InfCommunicationCentralMethodInfCommunicationCentralMethod — Relying group messages via the publisher |
InfCommunicationGroup * | group | Read / Write / Construct Only |
InfCommunicationRegistry * | registry | Read / Write / Construct Only |
InfCommunicationCentralMethod implements InfCommunicationMethod by relaying all messages via the group's publisher. If the connection to the publisher is lost, so is the connection to all other group members.
struct InfCommunicationCentralMethod;
InfCommunicationCentralMethod is an opaque data type. You should only access it * via the public API functions.
“group”
property“group” InfCommunicationGroup *
The communication group for which to handle messages.
Owner: InfCommunicationCentralMethod
Flags: Read / Write / Construct Only
“registry”
property“registry” InfCommunicationRegistry *
The communication registry to register connections with.
Owner: InfCommunicationCentralMethod
Flags: Read / Write / Construct Only