Creates a new ConfigurationFrame from specified parameters.
            
| C# | Visual Basic | Visual C++ | 
public: ConfigurationFrame( unsigned long long idCode, Ticks timestamp, unsigned short frameRate )
- idCode (UInt64)
 - The ID code of this ConfigurationFrame.
 
- timestamp (Ticks)
 - The exact timestamp, in Ticks, of the data represented by this ConfigurationFrame.
 
- frameRate (UInt16)
 - The defined frame rate of this ConfigurationFrame.
 
            This constructor is used by a consumer to generate an IEEE 1344 configuration frame.