Class CecAdapter
- Namespace
- CecSharp
- Assembly
- LibCecSharp.dll
Descriptor of a CEC adapter, returned when scanning for adapters that are connected to the system
public class CecAdapter
- Inheritance
-
CecAdapter
- Inherited Members
Constructors
CecAdapter(string, string, ushort, ushort, ushort, uint, ushort)
public CecAdapter(string path, string comPort, ushort vendorId, ushort productId, ushort firmwareVersion, uint firmwareBuildDate, ushort physicalAddress)
Parameters
pathstringcomPortstringvendorIdushortproductIdushortfirmwareVersionushortfirmwareBuildDateuintphysicalAddressushort
Properties
ComPort
public string ComPort { get; set; }
Property Value
FirmwareBuildDate
public DateTime FirmwareBuildDate { get; set; }
Property Value
FirmwareVersion
public ushort FirmwareVersion { get; set; }
Property Value
Path
public string Path { get; set; }
Property Value
PhysicalAddress
public ushort PhysicalAddress { get; set; }
Property Value
ProductID
public ushort ProductID { get; set; }
Property Value
VendorID
public ushort VendorID { get; set; }