RawDataBasedFrame.GetFrameInformation Method
- Updated2023-02-21
- 2 minute(s) read
Gets the Frame Information section of the frame, which contains the ReceiveTime and TimeDifference channels for the frame.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Function GetFrameInformation As FrameInformation |
| C# |
|---|
public FrameInformation GetFrameInformation() |
| Visual C++ |
|---|
public: FrameInformation^ GetFrameInformation() |
Return Value
A FrameInformation object.
Remarks
This method is only valid for incoming frames.