pub enum OutdoorWeatherBrickletFunction {
Show 22 variants
GetStationIdentifiersLowLevel,
GetSensorIdentifiersLowLevel,
GetStationData,
GetSensorData,
SetStationCallbackConfiguration,
GetStationCallbackConfiguration,
SetSensorCallbackConfiguration,
GetSensorCallbackConfiguration,
GetSpitfpErrorCount,
SetBootloaderMode,
GetBootloaderMode,
SetWriteFirmwarePointer,
WriteFirmware,
SetStatusLedConfig,
GetStatusLedConfig,
GetChipTemperature,
Reset,
WriteUid,
ReadUid,
GetIdentity,
CallbackStationData,
CallbackSensorData,
}Variants§
GetStationIdentifiersLowLevel
GetSensorIdentifiersLowLevel
GetStationData
GetSensorData
SetStationCallbackConfiguration
GetStationCallbackConfiguration
SetSensorCallbackConfiguration
GetSensorCallbackConfiguration
GetSpitfpErrorCount
SetBootloaderMode
GetBootloaderMode
SetWriteFirmwarePointer
WriteFirmware
SetStatusLedConfig
GetStatusLedConfig
GetChipTemperature
Reset
WriteUid
ReadUid
GetIdentity
CallbackStationData
CallbackSensorData
Trait Implementations§
Source§impl From<OutdoorWeatherBrickletFunction> for u8
impl From<OutdoorWeatherBrickletFunction> for u8
Source§fn from(fun: OutdoorWeatherBrickletFunction) -> Self
fn from(fun: OutdoorWeatherBrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for OutdoorWeatherBrickletFunction
impl RefUnwindSafe for OutdoorWeatherBrickletFunction
impl Send for OutdoorWeatherBrickletFunction
impl Sync for OutdoorWeatherBrickletFunction
impl Unpin for OutdoorWeatherBrickletFunction
impl UnwindSafe for OutdoorWeatherBrickletFunction
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more