struct Sensors::Chip::Feature
- Sensors::Chip::Feature
- Struct
- Value
- Object
Defined in:
chip/feature.crchip/feature/subfeature.cr
Constructors
Instance Method Summary
- #[](type : LibSensors::SubfeatureType) : Subfeature
- #[]?(type : LibSensors::SubfeatureType) : Subfeature | Nil
- #chip : Chip
- #chip=(chip : Chip)
- #each_subfeature(&)
- #each_subfeature_with_index(&)
- #label
- #subfeatures : Subfeatures
- #subfeatures(&block : Subfeature -> R | Nil) : Array(R) forall R
- #to_unsafe : Pointer(LibSensors::Feature)