Click or drag to resize

MqttAddressEditorSetAddress Method

Sets this configuration object properties from the ProtocolAddress given.

Namespace: Demo3D.HLE.Comms.Net
Assembly: Demo3D.HLE (in Demo3D.HLE.dll) Version: 19.00.00
Syntax
C#
public override void SetAddress(
	ProtocolAddress address
)

Parameters

address  ProtocolAddress
The current address.
See Also