Class OverlayInfo
- Namespace
- SceneGate.Ekona.Containers.Rom
- Assembly
- SceneGate.Ekona.dll
Information about a program overlay.
public class OverlayInfo
- Inheritance
-
OverlayInfo
- Inherited Members
Properties
BssSize
Gets or sets the size of the BSS data region.
public uint BssSize { get; set; }
Property Value
CompressedSize
Gets or sets the size of the overlay compressed or 0 if it is not compressed.
public uint CompressedSize { get; set; }
Property Value
IsCompressed
Gets or sets a value indicating whether the overlay is BLZ compressed.
public bool IsCompressed { get; set; }
Property Value
IsSigned
Gets or sets a value indicating whether this overlay is digitally signed.
public bool IsSigned { get; set; }
Property Value
Remarks
The signature seems to be validated only when executing a program recived from other devices.
OverlayId
Gets or sets the ID of the overlay.
public uint OverlayId { get; set; }
Property Value
RamAddress
Gets or sets the address where the overlay will be load in the RAM.
public uint RamAddress { get; set; }
Property Value
RamSize
Gets or sets the amount of bytes to load in RAM of the overlay.
public uint RamSize { get; set; }
Property Value
StaticInitEnd
Gets or sets the static initialization end address.
public uint StaticInitEnd { get; set; }
Property Value
StaticInitStart
Gets or sets the static initialization start address.
public uint StaticInitStart { get; set; }