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: 17.00.05
Syntax
C#
public override void SetAddress(
	ProtocolAddress address
)

Parameters

address
Type: Demo3D.NetProtocolAddress
The current address.
See Also