Click or drag to resize

NetworkSettingsBaseIPAddressInfoTryParse Method

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public static bool TryParse(
	string szIP,
	string szSubnetMask,
	string szGateway,
	ref NetworkSettingsBaseIPAddressInfo oIPInfo
)

Parameters

szIP
Type: SystemString

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

szSubnetMask
Type: SystemString

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

szGateway
Type: SystemString

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

oIPInfo
Type: com.gigatmsNetworkSettingsBaseIPAddressInfo

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:com.gigatms.NetworkSettingsBase.IPAddressInfo.TryParse(System.String,System.String,System.String,com.gigatms.NetworkSettingsBase.IPAddressInfo@)"]

See Also