|
IP(String) Constructor
|
Creates a new instance of the
IP class from a specific
String.
Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.248-beta
SyntaxPublic Sub New (
ip As String
)
GSF.Net.Snmp.IP = function(ip);
View SourceParameters
- ip String
- IP string
See Also