Click or drag to resize

TransmitSymbolProcessOutboundTelegramAsync 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: 15.0.2.11458
Syntax
C#
public Task ProcessOutboundTelegramAsync(
	bool sync,
	DataStruct value
)

Parameters

sync
Type: SystemBoolean
If true, the Task returned is guaranteed to be complete.
value
Type: Demo3D.PLC.CommsDataStruct
Value to process and transmit.

Return Value

Type: Task

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

See Also