Class uint24_t
24-bit unsigned integer type used for GenDC pixel data (3 bytes, little-endian).
Implements
Inherited Members
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public class uint24_t : IDisposable
Constructors
View Sourceuint24_t(uint24_t)
Copy constructor. Copies all three bytes from the source value.
Declaration
public uint24_t(uint24_t src)
Parameters
| Type | Name | Description |
|---|---|---|
| uint24_t | src | The source uint24_t value to copy from. |
Fields
View SourceswigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
| Type | Description |
|---|---|
| bool |
Properties
View SourcePixelValue
The three bytes of the 24-bit pixel value (little-endian order).
Declaration
public SWIGTYPE_p_unsigned_char PixelValue { get; set; }
Property Value
| Type | Description |
|---|---|
| SWIGTYPE_p_unsigned_char |
Methods
View SourceDispose()
Dispose.
Declaration
public void Dispose()
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
~uint24_t()
Destructor.
Declaration
protected ~uint24_t()