Device.read

Reads from the device

  1. ubyte[] read()
  2. ubyte[] read(uint size)
    class Device
    ubyte[]
    read
    (
    uint size
    )

Parameters

size uint

Size to read

Return Value

Type: ubyte[]

Buffer

Meta