PcapHandle.oidSetRequest

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

Performs an OID set request. (Windows only)

Parameters

oidThe OID to set.
dataThe data to set.
lenThe size of the data, updated with the set size.

Returns

A PcapStatus indicating success or error.