C# Class OpenCover.Framework.Communication.MSG_AllocateBuffer_Response

Mostrar archivo Open project: OpenCover/opencover Class Usage Examples

Public Properties

Property Type Description
bufferId uint
reason MSG_AllocateBufferFailure

Property Details

bufferId public_oe property

The id assigned to the buffer
public uint bufferId
return uint

reason public_oe property

If allocated == false, a reason for a buffer allocation failure if available
public MSG_AllocateBufferFailure reason
return MSG_AllocateBufferFailure