![]() |
LicenseSpring .Net SDK 7.40.0
Easily add Software Licensing to your application
|
DeviceVariable interface. Contains data about device variables. Allows the application to collect custom data and send it back to the LicenseSpring platform. Collect data like fields from a customer registration form, error codes, system information or anything else that the SDK is not collecting by default. More...
Public Member Functions | |
| bool | IsEmpty () |
| Check if variable is considered empty. | |
Properties | |
| DateTime | DateTimeUpdated [get] |
| Device variable date time when it was updated on the backend. | |
| DateTime | DateTimeUpdatedUtc [get] |
| Device variable date time in UTC when it was updated on the backend. | |
| int | Id [get] |
| Device variable identifier. | |
| string | Name [get] |
| Data field name. | |
| string | Value [get] |
| Data field value. | |
DeviceVariable interface. Contains data about device variables. Allows the application to collect custom data and send it back to the LicenseSpring platform. Collect data like fields from a customer registration form, error codes, system information or anything else that the SDK is not collecting by default.
| 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.