Skip to content

Commit 9c9aa75

Browse files
authored
CU-868brkjk3: Added some more DeviceData fields (#136)
2 parents b7ec47e + bbaf1e6 commit 9c9aa75

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Assets/MXR.SDK/Runtime/Types/DeviceTypes.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
namespace MXR.SDK {
44
[Serializable]
55
public class DeviceData {
6+
public long availableStorage;
7+
public long totalStorage;
68
public bool isQfbDevice;
9+
public string firmwareVersion;
10+
public string model;
11+
public string manufacturer;
712
}
813
}

0 commit comments

Comments
 (0)