Class: BleProduct
- Inherits:
-
Object
- Object
- BleProduct
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb
Constant Summary collapse
- SERVICEUUID =
1
- PSDISERVICEUUID =
2
- PSDICHARACTERISTICUUID =
3
- NAME =
4
- PROFILEIMAGELOCATION =
5
- BONDINGREQUIRED =
6
- FIELDS =
{ SERVICEUUID => {:type => ::Thrift::Types::STRING, :name => 'serviceUuid'}, PSDISERVICEUUID => {:type => ::Thrift::Types::STRING, :name => 'psdiServiceUuid'}, PSDICHARACTERISTICUUID => {:type => ::Thrift::Types::STRING, :name => 'psdiCharacteristicUuid'}, NAME => {:type => ::Thrift::Types::STRING, :name => 'name'}, PROFILEIMAGELOCATION => {:type => ::Thrift::Types::STRING, :name => 'profileImageLocation'}, BONDINGREQUIRED => {:type => ::Thrift::Types::BOOL, :name => 'bondingRequired'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
5651 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 5651 def struct_fields; FIELDS; end |
#validate ⇒ Object
5653 5654 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 5653 def validate end |