public class PktBodyTypes extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DATA_BEGIN |
static int |
DATA_MAX_COUNT |
static int |
DISCOVERY_BEGIN |
static int |
DISCOVERY_MAX_COUNT |
static int |
INVALID |
static int |
NON_SUBHDR_SYS_BEGIN
First non-subheader system packet type
|
static int |
PACKET_BEGIN
Packet type block allocations start here
|
static int |
PACKET_MAX_COUNT |
static int |
PLATFORM_STATIC_MAX_COUNT
Maximum number of statically defined platform packets.
|
static int |
ROUTER_BEGIN |
static int |
ROUTER_MAX_COUNT |
static int |
SERVER_BEGIN |
static int |
SERVER_MAX_COUNT |
static int |
SMA_BEGIN |
static int |
SMA_MAX_COUNT |
static int |
SUBHDR_BEGIN
First subheader packet type
|
static int |
SUBHDR_COUNT
Number of defined subheader packet types
|
static int |
SUBHDR_FMC
Subheader FMC (Fabric Multicast)
|
static int |
SUBHDR_FUC
Subheader FUC (Fabric Unicast)
|
static int |
SUBHDR_MAX_COUNT
Maximum number of subheader packet types
|
static int |
SUBHDR_ODS
Subheader ODS (ROG Recovery Log)
|
static int |
SUBHDR_RR
Subheader RR (Request Reply)
|
static int |
SUBHDR_SMA
Subheader SMA (SMA Neeve binding)
|
static int |
SYS_MAX_COUNT
Packet type block allocations end here
|
static int |
TXN_BEGIN |
static int |
TXN_MAX_COUNT |
Constructor and Description |
---|
PktBodyTypes() |
public static final int INVALID
public static final int SUBHDR_BEGIN
public static final int SUBHDR_RR
public static final int SUBHDR_FMC
public static final int SUBHDR_FUC
public static final int SUBHDR_SMA
public static final int SUBHDR_ODS
public static final int SUBHDR_COUNT
public static final int SUBHDR_MAX_COUNT
public static final int NON_SUBHDR_SYS_BEGIN
public static final int PACKET_BEGIN
public static final int PACKET_MAX_COUNT
public static final int DISCOVERY_BEGIN
public static final int DISCOVERY_MAX_COUNT
public static final int SMA_BEGIN
public static final int SMA_MAX_COUNT
public static final int SERVER_BEGIN
public static final int SERVER_MAX_COUNT
public static final int ROUTER_BEGIN
public static final int ROUTER_MAX_COUNT
public static final int DATA_BEGIN
public static final int DATA_MAX_COUNT
public static final int TXN_BEGIN
public static final int TXN_MAX_COUNT
public static final int SYS_MAX_COUNT
public static final int PLATFORM_STATIC_MAX_COUNT
This constant serves as the ceiling for the number of packets can be defined by the platform statically. The remaining packet types (all negative ones and positive ones > PLATFORM_STATIC_MAX_COUNT) are reserved for packets created through code generation tools. NOTE: BE VERY CAREFUL WHEN CHANGING THIS. MANY HIGHER LEVEL COMPONENTS USE THIS CONSTANT IS DETERMINING PACKET TYPES. CHANGING IT CAN CAUSE PROBLEMS SINCE THEN NEW PACKET TYPES CAN CONFLICT WITH OLDER ONES.
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.