| Interface | Description |
|---|---|
| PktFactory.PktType.EventHandler |
The packet type event handler
The packet factory type object dispatches events to the user
via an instance of this interface.
|
| Class | Description |
|---|---|
| PktBody |
Base class for all packet bodies.
|
| PktBodyFixed |
Base class for packet bodies of fixed length.
|
| PktBodyTypes |
Class containing generic packet body type related definitions.
|
| PktBodyVariable |
Base class for packet bodies of variable length.
|
| PktConfig |
Class containing configuration information for the packet package.
|
| PktFactory |
Factory class used to instantiate packets and packet bodies.
|
| PktFactory.PktType |
Stores packet type information.
|
| PktHeader |
Represents the header portion of a packet.
|
| PktObject |
Root class for classes in the packet package.
|
| PktPacket |
The packet.
|
| PktSubheader |
Base class for packet subheaders.
|
| PktSubheaderFixed |
Base class for packet subheaders of fixed length.
|
| PktSubheaderFMC |
The FMC (Fabric Multicast) packet subheader.
|
| PktSubheaderFUC |
The FUC (Fabric Unicast) packet subheader.
|
| PktSubheaderODS |
The ODS packet subheader.
|
| PktSubheaderRR |
The RR (Request-Response) packet subheader.
|
| PktSubheaderSMA |
The SMA packet subheader.
|
| PktSubheaderVariable |
Base class for variable length packet subheaders.
|
| PktTags |
Packet tag definitions.
|
| PktUtils |
Contains packet handling utility methods
|
| Exception | Description |
|---|---|
| EPktBodyClassInstantiateException |
Indicates that an exception was encountered while loading a packet body class
|
| EPktBodyClassLoadException |
Indicates that an exception was encountered while loading a packet body class
|
| EPktCorruptException |
Indicates that a byte array does not contain a valid serialized packet.
|
| EPktDeserializeException |
Indicates a deserialization error.
|
| EPktEOBException |
Indicates end of buffer was reached before a requested read from or write
to a packet buffer could be completed.
|
| EPktException |
Base exception class for all exceptions in this package
|
| EPktIncompleteException |
Indicates that the valid bytes in a buffer do not constitute a complete packet
|
| EPktSerializeException |
Indicates a serialization error.
|
| EPktTypeInvalidException |
Indicates that a packet type is invalid
|
| EPktTypeMismatchException |
Indicates a packet type mismatch.
|
| EPktVersionInvalidException |
Indicates that the format version of received packet entity is invalid
|
Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.