Creates a new ConfigurationFrame from specified parameters.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public: ConfigurationFrame( unsigned long long idCode, Ticks timestamp, unsigned short frameRate )
Parameters
- 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.
Remarks
This constructor is used by a consumer to generate an IEEE 1344 configuration frame.