Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updated language

...

Insert excerpt
BrightScript Version Navigation Menu
BrightScript Version Navigation Menu
nopaneltrue
These events are generated on slave follower units in response to roSyncManager.Synchronize()calls from the master leader unit. The roSyncManager on each slave follwer unit will handle message duplicates, so the script will receive the sync message only once during normal operations.

If the slave follower unit is already booted up, then the event will arrive from the first network event generated by roSyncManager.Synchronzie(). On the other hand, if the slave follower unit is booted up while the master leader is in the middle of playing a video file or displaying an image file, then one of the message resends (generated at one second intervals by the master leader unit) will trigger the event. The script passes on the data from the event to the PlayFile() command of the video player or the DisplayFile() command of the image player, which will then determine how far forward in the file it needs to seek.

...

Returns the domain of the sync group, which is specified during creation of the roSyncManager object on the master leader unit.

GetId() As String

Returns the identifier of the event.

...