Fundamental frame types enumeration.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public enum FundamentalFrameType
<SerializableAttribute> _ Public Enumeration FundamentalFrameType
[SerializableAttribute] public enum class FundamentalFrameType
| Member | Description |
|---|---|
| ConfigurationFrame |
Configuration frame.
|
| DataFrame |
Data frame.
|
| HeaderFrame |
Header frame.
|
| CommandFrame |
Command frame.
|
| Undetermined |
Undetermined frame type.
|