Enum FrameType
Type of transport frame message
Namespace: NFX.Glue.Native
Assembly: NFX.dll
Syntax
public enum FrameType
Fields
Name | Description |
---|---|
Dummy | Indicator that the payload is a one way dummy and should be ignored. This may be needed for stress testing the network throughput |
Echo | Indicator that this is an echo request message and sending party awaits the EchoResponse message |
EchoResponse | Indicator that this is an echo response message that sending party awaits after E was sent |
GlueMsg | Indicator that following payload is a standard Glue message |
Heartbeat | Indicator of the oneway hartbeat message |