SecureBlackbox 2020 iOS Edition

Questions / Feedback?

attachmentBytes (property)

Use this property to pass an attachment to class in the byte array form.

Syntax

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

Remarks

Assign a byte array containing the data to be processed to this property.

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