Home
last modified time | relevance | path

Searched defs:DMIMessage (Results 1 – 1 of 1) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/Peripheral/
DSystemCPeripheral.cs127 public struct DMIMessage struct
129 …public DMIMessage(RenodeAction actionId, byte allowed, ulong startAddress, ulong endAddress, ulong… in DMIMessage() method
148 public byte[] Serialize() in Serialize()
170 public void Deserialize(byte[] message) in Deserialize()
187 public override string ToString() in ToString()
192 public readonly RenodeAction ActionId;
193 public readonly byte Allowed;
194 public readonly ulong StartAddress;
195 public readonly ulong EndAddress;
196 public readonly ulong MMFOffset;
[all …]