Sha256: f89e03b61a42823a290c3afec97f48c250d3567341a6be5ff3c358b344c41ef8
Contents?: true
Size: 538 Bytes
Versions: 1
Compression:
Stored size: 538 Bytes
Contents
## Generated from input_tray_state.proto for require "beefcake" class InputTrayState include Beefcake::Message class Item include Beefcake::Message module StateType OK = 0 EMPTY = 1 OPEN = 2 OFF = 3 FAILURE = 4 end end end class InputTrayState class Item optional :vendor_id, :string, 1 optional :state, InputTrayState::Item::StateType, 2 optional :level_percent, :int32, 3 optional :vendor_message, :string, 101 end repeated :item, InputTrayState::Item, 1 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kinokero-0.0.5 | lib/proto_lib/input_tray_state.pb.rb |