DecodedData Property

The decoded data.

Syntax

ANSI (Cross Platform)
int GetDecodedData(char* &lpDecodedData, int &lenDecodedData);
int SetDecodedData(const char* lpDecodedData, int lenDecodedData); Unicode (Windows) INT GetDecodedData(LPSTR &lpDecodedData, INT &lenDecodedData);
INT SetDecodedData(LPCSTR lpDecodedData, INT lenDecodedData);
@property (nonatomic,readwrite,assign,getter=decodedData,setter=setDecodedData:) NSString* decodedData;
- (NSString*)decodedData;
- (void)setDecodedData:(NSString*)newDecodedData;

@property (nonatomic,readwrite,assign,getter=decodedDataB,setter=setDecodedDataB:) NSData* decodedDataB; - (NSData*)decodedDataB; - (void)setDecodedDataB:(NSData*)newDecodedData;
#define PID_NETCODE_DECODEDDATA 1

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_NetCode_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_NetCode_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property contains the decoded data. When uuencoding, the value of FileName is the filename that will be written in EncodedData. If FileName is empty, an error will be returned.

This property is not available at design time.

Data Type

Binary String

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