Allows encoded data in the form of SyncP packets to be sent to the SYNC module. Legacy / v1 Protocol implementation; use SyncPData instead.
*** DEPRECATED ***
Contains base64 encoded string of SyncP packets.
Required, Array length 1 - 100, String length 1 - 1,000,000
See
SDLTTSChunk@property (nonatomic, strong) NSArray<NSString *> *_Nonnull data;
var data: [String] { get set }