GWIoTApi
Toggle table of contents
1.6.8
common
Platform filter
common
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.entities
/
SDCardInfo
SDCard
Info
@
Serializable
data
class
SDCardInfo
(
val
totalCapacity
:
Double
,
val
remainCapacity
:
Double
,
val
status
:
SDCardInfo.Status
)
SD卡信息
Parameters
total
Capacity
总容量(单位:MB)
remain
Capacity
剩余容量(单位:MB)
status
状态
Members
Constructors
SDCard
Info
Link copied to clipboard
constructor
(
totalCapacity
:
Double
,
remainCapacity
:
Double
,
status
:
SDCardInfo.Status
)
Types
Status
Link copied to clipboard
@
Serializable
enum
Status
:
Enum
<
SDCardInfo.Status
>
Properties
remain
Capacity
Link copied to clipboard
@
SerialName
(
value
=
"remain"
)
val
remainCapacity
:
Double
status
Link copied to clipboard
@
SerialName
(
value
=
"stat"
)
val
status
:
SDCardInfo.Status
total
Capacity
Link copied to clipboard
@
SerialName
(
value
=
"total"
)
val
totalCapacity
:
Double