|
IP(TupleInt32, Byte, Stream) 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 IP(
Tuple<int, byte[]> length,
Stream stream
)
Public Sub New (
length As Tuple(Of Integer, Byte()),
stream As Stream
)
public:
IP(
Tuple<int, array<unsigned char>^>^ length,
Stream^ stream
)
new :
length : Tuple<int, byte[]> *
stream : Stream -> IP
GSF.Net.Snmp.IP = function(length, stream);
View SourceParameters
- length TupleInt32, Byte
- The length.
- stream Stream
- The stream.
See Also