[This is preliminary documentation and is subject to change.]
Type of transport frame message
Namespace: NFX.Glue.NativeAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| GlueMsg | 71 | Indicator that following payload is a standard Glue message | |
| Heartbeat | 72 | Indicator of the oneway hartbeat message | |
| Echo | 69 | Indicator that this is an echo request message and sending party awaits the EchoResponse message | |
| EchoResponse | 82 | Indicator that this is an echo response message that sending party awaits after E was sent | |
| Dummy | 68 | 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