SecureBlackbox 2020 iOS Edition

Questions / Feedback?

dataBytes (property)

Use this property to pass the timestamped data to class in the byte array form.

Syntax

@property (nonatomic,readwrite,assign,getter=dataBytes,setter=setDataBytes:) NSData* dataBytes;
- (NSData*)dataBytes;
- (void)setDataBytes:(NSData*)newDataBytes;
public var dataBytes: Data {
  get {...}
set {...} }

Remarks

Assign a byte array containing the original timestamped data to this property.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]