Click or drag to resize

ReceiveSymbolInboundTelegramProcessed Event

Raised when an inbound telegram has been processed into a DataStruct value.

Namespace:  Demo3D.HLE.Comms.Telegram
Assembly:  Demo3D.HLE (in Demo3D.HLE.dll) Version: 15.0.2.11458
Syntax
C#
public event Action<TelegramSymbol, DataStruct> InboundTelegramProcessed

Value

Type: SystemActionTelegramSymbol, DataStruct
See Also