I am currently in the process of wrapping the SNMP API provided by MS
to provide a managed assembly that can be referenced within my C#
services for performing SETs, GETs, etc.
I have hit a snag when it comes to marshalling between a managed type
or structure and a variable binding list - namely the SNMPVarBindList
that is required by a whole host of functions within the library.
Has anyone out there got any idea how I do this or where I can look to
get more info
Thanks in advance
to provide a managed assembly that can be referenced within my C#
services for performing SETs, GETs, etc.
I have hit a snag when it comes to marshalling between a managed type
or structure and a variable binding list - namely the SNMPVarBindList
that is required by a whole host of functions within the library.
Has anyone out there got any idea how I do this or where I can look to
get more info
Thanks in advance