1# SMBIOS MDR V2 2 3## Overview 4 5SMBIOS MDR V2 service exposes D-Bus methods for SMBIOS Version 2 operations. 6 7### SMBIOS MDR V2 Interface 8 9SMBIOS MDR V2 interface `xyz.openbmc_project.Smbios.MDR_V2` provides following 10methods. 11 12#### methods 13 14- GetDirectoryInformation - Get the directory with directory index. 15- GetDataInformation - Get the data information with id index and data set ID. 16- SendDirectoryInformation - Send directory information to SMBIOS directory. 17- GetDataOffer - Get data set ID. 18- SendDataInformation - Send data information with directory index. 19- FindIdIndex - Find id index by data info. 20- SynchronizeDirectoryCommonData - Synchronize directory common data before 21 SMBIOS data start to transfer. 22- AgentSynchronizeData - Synchronize SMBIOS data from file after data transfer 23 complete. 24 25#### properties 26 27- DirEntries - Numbers of directory entries. Default: 0 28