Click or drag to resize

DataFactoryCreateSnmpData(Byte, Int32, Int32) Method

Creates an ISnmpData instance from buffer.

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public static ISnmpData CreateSnmpData(
	byte[] buffer,
	int index,
	int count
)
View Source

Parameters

buffer  Byte
Buffer
index  Int32
Index
count  Int32
Count

Return Value

ISnmpData
See Also