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
Syntaxpublic override void SetAddress(
ProtocolAddress address
)
Parameters
- address
- Type: Demo3D.NetProtocolAddress
The current address.
See Also