Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HostBinary

Describes a binary object that lives in the context of the PiWeb host application.

Hierarchy

  • HostBinary

Index

Properties

Methods

Properties

id

id: string

Gets the id with which the binary can be uniquely identified.

size

size: number

Gets the size of the binary object in bytes.

Methods

makeBuffer

  • makeBuffer(): Buffer
  • Returns a buffer with the same data as the binary.

    Returns Buffer

Generated using TypeDoc