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_X12WRITER_OUTPUTDATA 2

IPWORKSX12_EXTERNAL void* IPWORKSX12_CALL IPWorksX12_X12Writer_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 X12 2020 C++ Edition - Version 20.0 [Build 8155]