-
Notifications
You must be signed in to change notification settings - Fork 20
ProtocolVersion
huggins edited this page Apr 10, 2025
·
1 revision
Describes the protocol version that a DIS PDU belongs to
enum class EProtocolVersion : uint8
{
Other,
DISPDUVersion1_May92,
IEEE1278_1993,
DISPDUVersion2_ThirdDraftMay93,
DISPDUVersion2_FourthDraftRevised_March161994,
IEEE1278_1_1995,
IEEE1278_1A_1998,
IEEE1278_1_2012
};| Name | Description |
|---|---|
| Other | |
| DISPDUVersion1_May92 | DIS PDU version 1.0 (May 92) |
| IEEE12781993 | IEEE 1278-1993 |
| DISPDUVersion2_ThirdDraftMay93 | DIS PDU version 2.0 - third draft (May 93) |
| DISPDUVersion2_FourthDraftRevised_March161994 | DIS PDU version 2.0 - fourth draft (revised) March 16, 1994 |
| IEEE1278_1_1995 | IEEE 1278.1-1995 |
| IEEE1278_1A_1998 | IEEE 1278.1A-1998 |
| IEEE1278_1_2012 | IEEE 1278.1-2012 |