Click or drag to resize

NetworkSettingsBaseIPAddressInfo Constructor (String, String, String)

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public IPAddressInfo(
	string szIP,
	string szSubnetMask,
	string szGateway
)

Parameters

szIP
Type: SystemString

[Missing <param name="szIP"/> documentation for "M:com.gigatms.NetworkSettingsBase.IPAddressInfo.#ctor(System.String,System.String,System.String)"]

szSubnetMask
Type: SystemString

[Missing <param name="szSubnetMask"/> documentation for "M:com.gigatms.NetworkSettingsBase.IPAddressInfo.#ctor(System.String,System.String,System.String)"]

szGateway
Type: SystemString

[Missing <param name="szGateway"/> documentation for "M:com.gigatms.NetworkSettingsBase.IPAddressInfo.#ctor(System.String,System.String,System.String)"]

See Also