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