struct Sensors::Chip::Feature::Subfeature
- Sensors::Chip::Feature::Subfeature
- Struct
- Value
- Object
Defined in:
chip/feature/subfeature.crConstructors
Instance Method Summary
- #feature : Feature
- #feature=(feature : Feature)
- #flags(*args, **options)
- #flags(*args, **options, &)
- #mapping(*args, **options)
- #mapping(*args, **options, &)
- #name
- #number(*args, **options)
- #number(*args, **options, &)
- #to_unsafe : Pointer(LibSensors::Subfeature)
- #type(*args, **options)
- #type(*args, **options, &)
- #value
- #value=(input : LibC::Double)
Constructor Detail
def self.new(lib_subfeature : Pointer(LibSensors::Subfeature), under feature : Sensors::Chip::Feature)
#