DataFactory.CreateSnmpData(Byte[], Int32, Int32) Method |
Namespace: Lextm.SharpSnmpLibAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic static ISnmpData CreateSnmpData(
byte[] buffer,
int index,
int count
)
Public Shared Function CreateSnmpData (
buffer As Byte(),
index As Integer,
count As Integer
) As ISnmpData
Dim buffer As Byte()
Dim index As Integer
Dim count As Integer
Dim returnValue As ISnmpData
returnValue = DataFactory.CreateSnmpData(buffer,
index, count)
public:
static ISnmpData^ CreateSnmpData(
array<unsigned char>^ buffer,
int index,
int count
)
static member CreateSnmpData :
buffer : byte[] *
index : int *
count : int -> ISnmpData
Parameters
- buffer Byte[]
- Buffer
- index Int32
- Index
- count Int32
- Count
Return Value
ISnmpDataAn
ISnmpData instance created from the specified buffer, index, and count.
See Also