Enum tinkerforge_async::industrial_dual_0_20ma_v2_bricklet::IndustrialDual020maV2BrickletFunction
source · pub enum IndustrialDual020maV2BrickletFunction {
Show 24 variants
GetCurrent,
SetCurrentCallbackConfiguration,
GetCurrentCallbackConfiguration,
SetSampleRate,
GetSampleRate,
SetGain,
GetGain,
SetChannelLedConfig,
GetChannelLedConfig,
SetChannelLedStatusConfig,
GetChannelLedStatusConfig,
GetSpitfpErrorCount,
SetBootloaderMode,
GetBootloaderMode,
SetWriteFirmwarePointer,
WriteFirmware,
SetStatusLedConfig,
GetStatusLedConfig,
GetChipTemperature,
Reset,
WriteUid,
ReadUid,
GetIdentity,
CallbackCurrent,
}Variants§
GetCurrent
SetCurrentCallbackConfiguration
GetCurrentCallbackConfiguration
SetSampleRate
GetSampleRate
SetGain
GetGain
SetChannelLedConfig
GetChannelLedConfig
SetChannelLedStatusConfig
GetChannelLedStatusConfig
GetSpitfpErrorCount
SetBootloaderMode
GetBootloaderMode
SetWriteFirmwarePointer
WriteFirmware
SetStatusLedConfig
GetStatusLedConfig
GetChipTemperature
Reset
WriteUid
ReadUid
GetIdentity
CallbackCurrent
Trait Implementations§
source§impl From<IndustrialDual020maV2BrickletFunction> for u8
impl From<IndustrialDual020maV2BrickletFunction> for u8
source§fn from(fun: IndustrialDual020maV2BrickletFunction) -> Self
fn from(fun: IndustrialDual020maV2BrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for IndustrialDual020maV2BrickletFunction
impl Send for IndustrialDual020maV2BrickletFunction
impl Sync for IndustrialDual020maV2BrickletFunction
impl Unpin for IndustrialDual020maV2BrickletFunction
impl UnwindSafe for IndustrialDual020maV2BrickletFunction
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