Click or drag to resize

UdpAddressEditorGetAddress Method

Returns a ProtocolAddress that represents the configuration defined by this object.

Namespace:  Demo3D.Net.Protocols
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public override ProtocolAddress GetAddress()

Return Value

Type: ProtocolAddress
The protocol address according to the current setting of the editor properties.
See Also