Common IEEE 1344 declarations and functions.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static class Common
Public NotInheritable Class Common
public ref class Common abstract sealed
Members
All Members | Fields | ||||
Icon | Member | Description |
---|---|---|
FrameCountMask |
Frame count mask (for multi-framed files) constant.
| |
FrameLengthMask |
Frame length mask constant.
| |
FrameTypeMask |
Frame type mask constant.
| |
MaximumAnalogValues |
Absolute maximum number of possible analog values that could fit into a data frame constant.
| |
MaximumDataLength |
Absolute maximum data length (in bytes) that could fit into any frame.
| |
MaximumDigitalValues |
Absolute maximum number of possible digital values that could fit into a data frame constant.
| |
MaximumFrameCount |
Maximum frame count (for multi-framed files) constant.
| |
MaximumFrameLength |
Absolute maximum frame length constant.
| |
MaximumPhasorValues |
Absolute maximum number of possible phasor values that could fit into a data frame constant.
| |
MaximumSampleCount |
Absolute maximum number of samples constant.
| |
TriggerMask |
Trigger mask constant.
|
Inheritance Hierarchy
Object | |
Common |