CRfcData (Copy Constructor) 

Purpose

Copy constructor for CRfcData.

Syntax

CRfcData(const CRfcData& sourceData);

Parameters

sourceData: Reference to the object to copy from.

Exceptions

Throws const char* for memory exceptions.