namespace BinaryObjectScanner.Models.PFF { /// /// PFF file footer /// /// public sealed class Footer { /// /// Current system IP /// public uint SystemIP; /// /// Reserved /// public uint Reserved; /// /// King tag /// public string KingTag; } }