Class FirmwareInformation
- Namespace
- WINKOnvif.Core.Models.Devices
- Assembly
- WINKOnvif.Core.dll
public class FirmwareInformation
- Inheritance
-
FirmwareInformation
- Inherited Members
-
Properties
public string BuildNumber { get; set; }
Property Value
- string
public long FileSize { get; set; }
Property Value
- long
public bool IsUpgradable { get; set; }
Property Value
- bool
public DateTime ReleaseDate { get; set; }
Property Value
- DateTime
public string ReleaseNotes { get; set; }
Property Value
- string
public string Version { get; set; }
Property Value
- string