PowerSNMP for .NET
Segment Constructor




Byte[] containing data.
Offset into the buffer where the data starts.
Byte count of data.
Used to create a Segment object that holds a buffer of data.
Syntax
Public Function New( _
   ByVal buffer() As Byte, _
   ByVal offset As Integer, _
   ByVal count As Integer _
)
Dim buffer() As Byte
Dim offset As Integer
Dim count As Integer
 
Dim instance As New Segment(buffer, offset, count)
public Segment( 
   byte[] buffer,
   int offset,
   int count
)
public: Segment( 
   byte[]* buffer,
   int offset,
   int count
)
public:
Segment( 
   array<byte>^ buffer,
   int offset,
   int count
)

Parameters

buffer
Byte[] containing data.
offset
Offset into the buffer where the data starts.
count
Byte count of data.
See Also

Reference

Segment Class
Segment Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic