Class: OpenZWave::Bool_Int16
- Inherits:
-
Object
- Object
- OpenZWave::Bool_Int16
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/ansible/zwave/openzwave/ozw_types.rb
Constant Summary collapse
- RETVAL =
1
- O_VALUE =
2
- FIELDS =
{ RETVAL => {:type => ::Thrift::Types::BOOL, :name => 'retval'}, O_VALUE => {:type => ::Thrift::Types::I16, :name => 'o_value'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
270 |
# File 'lib/ansible/zwave/openzwave/ozw_types.rb', line 270 def struct_fields; FIELDS; end |
#validate ⇒ Object
272 273 |
# File 'lib/ansible/zwave/openzwave/ozw_types.rb', line 272 def validate end |