![]() |
LicenseSpring .Net SDK 7.22.0
Easily add Software Licensing to your application
|
DeviceVariable interface More...
Public Member Functions | |
bool | IsEmpty () |
Check if variable is considered empty. More... | |
Properties | |
DateTime | DateTimeUpdated [get] |
Device variable date time when it was updated on the backend More... | |
DateTime | DateTimeUpdatedUtc [get] |
Device variable date time in UTC when it was updated on the backend More... | |
int | Id [get] |
Device variable identifier More... | |
string | Name [get] |
Data field name More... | |
string | Value [get] |
Data field value More... | |
DeviceVariable interface
bool LicenseSpring.IDeviceVariable.IsEmpty | ( | ) |
Check if variable is considered empty.
Implemented in LicenseSpring.DeviceVariable.
|
get |
Device variable date time when it was updated on the backend
This value is available after getting device variables data from the backend
Implemented in LicenseSpring.DeviceVariable.
|
get |
Device variable date time in UTC when it was updated on the backend
This value is available after getting device variables data from the backend
Implemented in LicenseSpring.DeviceVariable.
|
get |
Device variable identifier
This value is available after getting device variables data from the backend
Implemented in LicenseSpring.DeviceVariable.
|
get |
Data field name
Implemented in LicenseSpring.DeviceVariable.
|
get |
Data field value
Implemented in LicenseSpring.DeviceVariable.