diff options
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/OS/IOperationSystemManager.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/OS/IOperationSystemManager.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/OS/IOperationSystemManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/OS/IOperationSystemManager.cs index f3ec398fc..3e24ffe72 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/OS/IOperationSystemManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/OS/IOperationSystemManager.cs @@ -45,6 +45,18 @@ namespace Tango.PPC.Common.OS Task ChangeTimeZone(TimeZoneInfo timeZone); /// <summary> + /// Gets the machine unique identifier. + /// </summary> + /// <returns></returns> + Task<String> GetDeviceId(); + + /// <summary> + /// Gets the machine host name. + /// </summary> + /// <returns></returns> + Task<String> GetDeviceName(); + + /// <summary> /// Restarts the system. /// </summary> /// <returns></returns> |
