Struct esp32_nimble::cpfd::Cpfd
source · pub struct Cpfd {
pub format: ChrFormat,
pub exponent: i8,
pub unit: ChrUnit,
pub name_space: u8,
pub description: u16,
}
Fields§
§format: ChrFormat
Format of the value of this characteristic.
exponent: i8
Exponent field. Multiplies the value to 10^exponent.
unit: ChrUnit
The unit of this characteristic.
name_space: u8
The name space of the description.
description: u16
The description of this characteristic. Depends on name space.