Table of Contents

Class CecDatapacket

Namespace
CecSharp
Assembly
LibCecSharp.dll

Byte array used for CEC command parameters

public class CecDatapacket
Inheritance
CecDatapacket
Inherited Members

Constructors

CecDatapacket()

public CecDatapacket()

Properties

Data

public byte[] Data { get; set; }

Property Value

byte[]

Size

public byte Size { get; set; }

Property Value

byte

Methods

PushBack(byte)

public void PushBack(byte data)

Parameters

data byte