PcapHandle.oidGetRequest

PcapStatus oidGetRequest(uint oid, void * data, ref size_t len)

Performs an OID get request. (Windows only)

Parameters

oidThe OID to get.
dataThe buffer to receive the data.
lenThe size of the buffer, updated with the received size.

Returns

A PcapStatus indicating success or error.