FrameType EnumerationNFX Class Library

[This is preliminary documentation and is subject to change.]

Type of transport frame message

Namespace: NFX.Glue.Native
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public enum FrameType
Members

  Member nameValueDescription
GlueMsg71 Indicator that following payload is a standard Glue message
Heartbeat72 Indicator of the oneway hartbeat message
Echo69 Indicator that this is an echo request message and sending party awaits the EchoResponse message
EchoResponse82 Indicator that this is an echo response message that sending party awaits after E was sent
Dummy68 Indicator that the payload is a one way dummy and should be ignored. This may be needed for stress testing the network throughput
See Also