Table of Contents

Class CharByte

Namespace
Iot.Device.Graphics
Assembly
Iot.Device.CharacterLcd.dll
public class CharByte
Inheritance
CharByte

Constructors

CharByte(char, byte)

A CharByte

public CharByte(char cr, byte bt)

Parameters

cr char

a char

bt byte

a byte

Properties

Bt

The Byte

public byte Bt { get; set; }

Property Value

byte

Cr

The Char

public char Cr { get; set; }

Property Value

char