Click or drag to resize

TelegramSymbolProcessOutboundTelegramAsync Method

Processes a DataStruct value into an outbound telegram and transmits it.

Namespace: Demo3D.HLE.Comms.Telegram
Assembly: Demo3D.HLE (in Demo3D.HLE.dll) Version: 19.00.00
Syntax
C#
public Task ProcessOutboundTelegramAsync(
	bool sync,
	DataStruct value
)

Parameters

sync  Boolean
If true, the Task returned is guaranteed to be complete.
value  DataStruct
Value to process and transmit.

Return Value

Task

[Missing <returns> documentation for "M:Demo3D.HLE.Comms.Telegram.TelegramSymbol.ProcessOutboundTelegramAsync(System.Boolean,Demo3D.PLC.Comms.DataStruct)"]

See Also