SDLEncodedSyncPData Class Reference

Section Contents

Overview

Allows encoded data in the form of SyncP packets to be sent to the SYNC module. Legacy / v1 Protocol implementation; use SyncPData instead.

*** DEPRECATED ***

data

Contains base64 encoded string of SyncP packets.

Required, Array length 1 - 100, String length 1 - 1,000,000

See

SDLTTSChunk

Objective-C

@property (nonatomic, strong) NSArray<NSString *> *_Nonnull data;

Swift

var data: [String] { get set }