|
IP(Byte) Constructor
|
Initializes a new instance of the
IP class.
Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.248-beta
SyntaxPublic Sub New (
ip As Byte()
)
public:
IP(
array<unsigned char>^ ip
)
GSF.Net.Snmp.IP = function(ip);
View SourceParameters
- ip Byte
- The IP bytes.
ExceptionsException | Condition |
---|
ArgumentNullException | ip is null. |
See Also