DataFactoryCreateSnmpData(Int32, Stream) Method |
Namespace: Lextm.SharpSnmpLibAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic static ISnmpData CreateSnmpData(
int type,
Stream stream
)
Public Shared Function CreateSnmpData (
type As Integer,
stream As Stream
) As ISnmpData
Dim type As Integer
Dim stream As Stream
Dim returnValue As ISnmpData
returnValue = DataFactory.CreateSnmpData(type,
stream)
public:
static ISnmpData^ CreateSnmpData(
int type,
Stream^ stream
)
static member CreateSnmpData :
type : int *
stream : Stream -> ISnmpData
Parameters
- type Int32
- Type code.
- stream Stream
- Stream.
Return Value
ISnmpDataAn
ISnmpData instance created from the specified stream and type code.
See Also