IPWorks EDIFACT 2020 C++ Edition

Questions / Feedback?

OutputData Property

Contains the output data.

Syntax

ANSI (Cross Platform)
int GetOutputData(char* &lpOutputData, int &lenOutputData);

Unicode (Windows)
INT GetOutputData(LPSTR &lpOutputData, INT &lenOutputData);
@property (nonatomic,readonly,assign,getter=outputData) NSString* outputData;
- (NSString*)outputData;

@property (nonatomic,readonly,assign,getter=outputDataB) NSData* outputDataB; - (NSData*)outputDataB;
#define PID_EDIFACTWRITER_OUTPUTDATA 2

IPWORKSEDIFACT_EXTERNAL void* IPWORKSEDIFACT_CALL IPWorksEDIFACT_EDIFACTWriter_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

This property will be populated with the contents of the EDI data as output by the class when no OutputFile has been specified and SetOutputStream has not been called with a valid output stream.

This property is read-only.

Data Type

Binary String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDIFACT 2020 C++ Edition - Version 20.0 [Build 8209]