AssociateEvent
public class AssociateEvent : CommunicationEvent<AssociateEventData>
Associate event
-
Create an AssociateEvent instance for associating or disassociating the given IO source and IO actor.
Declaration
Parameters
ioContextNamethe name of an IO context the given IO source and actor belong to
ioSourceIdthe IO source object Id to associate/disassociate
ioActorIdthe IO actor object Id to associate/disassociate
associatingRoutethe IO route used by IO source for publishing and by IO actor for subscribing, or undefined if used for disassocation
isExternalRouteindicates whether the associating route is external (optional)
updateRatethe recommended update rate (in millis) for publishing IO source values (optional)
-
Undocumented
Declaration
Swift
public required init(from decoder: Decoder) throws -
Undocumented
Declaration
Swift
override public func encode(to encoder: Encoder) throws
View on GitHub
AssociateEvent Class Reference