OUTDATED BMEcat input/output options

This documentation is no longer current, and you should not rely on it
Go to the new documentation instead

Defines format of the incoming and outgoing BMEcat.

        public class BmecatOptions
        {
            public BmecatVersion Version { get; set; } = BmecatVersion.Etim30
            public int EtimVersion { get; set; } = 6
        }

        public enum BmecatVersion
        {
            Internal = 1,
            Etim30 = 2
        }
        

ETIM

ETIM is available regardless of the chosen BMEcat version. BmecatVersion.Etim30 is misleading in it's name.

ETIM version that client-side is expecting or sending. If null ETIM data is not returned or read. Use GlobalDataService.GetEtimVersions() to see the list of currently available ETIM versions.