EncoderInfo.h
Go to the documentation of this file.
1 // Copyright (c) 2016 Digital Barriers
4 
9 #pragma once
10 
11 #include <string>
12 
13 namespace EdgeVisDecoderSDK
14 {
21  struct EncoderInfo
22  {
27  std::wstring FirmwareName;
32  std::wstring FirmwareVersion;
33 
38  std::wstring Model;
39 
44  std::wstring MACAddress;
45 
50  std::wstring SerialNumber;
51 
56  std::wstring Vendor;
57 
62  std::wstring Product;
63 
68  bool PtzSupport;
69 
75 
81 
87  };
88 }
Contains information relating to the Encoder.
Definition: EncoderInfo.h:21
bool PtzSupport
True if the encoder supports PTZ.
Definition: EncoderInfo.h:68
std::wstring MACAddress
The MAC address of the encoder.
Definition: EncoderInfo.h:44
std::wstring SerialNumber
The serial number of the enocder.
Definition: EncoderInfo.h:50
std::wstring FirmwareName
The name of the Firmware installed on the endcoder.
Definition: EncoderInfo.h:27
std::wstring FirmwareVersion
The version of the firmware installed on the encoder.
Definition: EncoderInfo.h:32
std::wstring Model
The model name of the encoder.
Definition: EncoderInfo.h:38
bool EnhanceSupport
True if the encoder supports Full Resolution retrieval.
Definition: EncoderInfo.h:80
std::wstring Vendor
The vendor name set on the encdoder.
Definition: EncoderInfo.h:56
The EdgeVis Decoder SDK namespace.
bool ArchiveSupport
True if the encoder supports an edge archive.
Definition: EncoderInfo.h:86
bool VirtualPtzSupport
True if the encoder supports virtual PTZ.
Definition: EncoderInfo.h:74
std::wstring Product
The product name of the encoder.
Definition: EncoderInfo.h:62