LicenseSpring .Net SDK 7.22.0
Easily add Software Licensing to your application
LicenseSpring.IDeviceVariable Interface Reference

DeviceVariable interface More...

Inheritance diagram for LicenseSpring.IDeviceVariable:
LicenseSpring.DeviceVariable

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...
 

Detailed Description

DeviceVariable interface

Member Function Documentation

◆ IsEmpty()

bool LicenseSpring.IDeviceVariable.IsEmpty ( )

Check if variable is considered empty.

Returns
True if name or value is empty

Implemented in LicenseSpring.DeviceVariable.

Property Documentation

◆ DateTimeUpdated

DateTime LicenseSpring.IDeviceVariable.DateTimeUpdated
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.

◆ DateTimeUpdatedUtc

DateTime LicenseSpring.IDeviceVariable.DateTimeUpdatedUtc
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.

◆ Id

int LicenseSpring.IDeviceVariable.Id
get

Device variable identifier

This value is available after getting device variables data from the backend

Implemented in LicenseSpring.DeviceVariable.

◆ Name

string LicenseSpring.IDeviceVariable.Name
get

Data field name

Implemented in LicenseSpring.DeviceVariable.

◆ Value

string LicenseSpring.IDeviceVariable.Value
get

Data field value

Implemented in LicenseSpring.DeviceVariable.


The documentation for this interface was generated from the following file: