Searched defs:RenodeMessage (Results 1 – 1 of 1) sorted by relevance
46 public struct RenodeMessage struct48 …public RenodeMessage(RenodeAction actionId, byte dataLength, byte connectionIndex, ulong address, … in RenodeMessage() method57 public byte[] Serialize() in Serialize()79 public void Deserialize(byte[] message) in Deserialize()96 public override string ToString() in ToString()101 public bool IsSystemBusConnection() => ConnectionIndex == MainSystemBusConnectionIndex; in IsSystemBusConnection()102 public bool IsDirectConnection() => !IsSystemBusConnection(); in IsDirectConnection()104 public byte GetDirectConnectionIndex() in GetDirectConnectionIndex()114 public const int DMIAllowed = 1;115 public const int DMINotAllowed = 0;[all …]