Table of Contents

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

path string
comPort string
vendorId ushort
productId ushort
firmwareVersion ushort
firmwareBuildDate uint
physicalAddress ushort

Properties

ComPort

public string ComPort { get; set; }

Property Value

string

FirmwareBuildDate

public DateTime FirmwareBuildDate { get; set; }

Property Value

DateTime

FirmwareVersion

public ushort FirmwareVersion { get; set; }

Property Value

ushort

Path

public string Path { get; set; }

Property Value

string

PhysicalAddress

public ushort PhysicalAddress { get; set; }

Property Value

ushort

ProductID

public ushort ProductID { get; set; }

Property Value

ushort

VendorID

public ushort VendorID { get; set; }

Property Value

ushort