C# Class OpenCover.Framework.Communication.MSG_AllocateBuffer_Response

Afficher le fichier Open project: OpenCover/opencover Class Usage Examples

Méthodes publiques

Свойство Type Description
bufferId uint
reason MSG_AllocateBufferFailure

Property Details

bufferId public_oe property

The id assigned to the buffer
public uint bufferId
Résultat uint

reason public_oe property

If allocated == false, a reason for a buffer allocation failure if available
public MSG_AllocateBufferFailure reason
Résultat MSG_AllocateBufferFailure