Show / Hide Table of Contents

Class BluetoothPrinter

It represents a Bluetooth printer which can be reached from the client machine.

Inheritance
System.Object
ClientPrinter
BluetoothPrinter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Neodynamic.Blazor
Assembly: cs.temp.dll.dll
Syntax
public class BluetoothPrinter : ClientPrinter

Properties

Address

Gets or sets the Bluetooth address assigned to the printer. Default value is null (Nothing)

Declaration
public string Address { get; set; }
Property Value
Type Description
System.String

Channel

Gets or sets the RFCOMM channel assigned to the printer. Default value is 0

Declaration
public int Channel { get; set; }
Property Value
Type Description
System.Int32

Id

Declaration
public override byte Id { get; }
Property Value
Type Description
System.Byte
Overrides
ClientPrinter.Id
Back to top Copyright © 2003- Neodynamic SRL
http://www.neodynamic.com