blob: c77dc5a7ae03ac0254d49e168692582430ae109a [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package reader
type DeviceMeta struct {
DeviceId string
Page int32
Zoom int32
Linked bool
}
type DeviceSet struct {
Id string
FileId string
Devices map[string]DeviceMeta
}