pub enum IndustrialDigitalOut4V2BrickletFunction {
Show 22 variants
SetValue,
GetValue,
SetSelectedValue,
SetMonoflop,
GetMonoflop,
SetChannelLedConfig,
GetChannelLedConfig,
SetPwmConfiguration,
GetPwmConfiguration,
GetSpitfpErrorCount,
SetBootloaderMode,
GetBootloaderMode,
SetWriteFirmwarePointer,
WriteFirmware,
SetStatusLedConfig,
GetStatusLedConfig,
GetChipTemperature,
Reset,
WriteUid,
ReadUid,
GetIdentity,
CallbackMonoflopDone,
}Variants§
SetValue
GetValue
SetSelectedValue
SetMonoflop
GetMonoflop
SetChannelLedConfig
GetChannelLedConfig
SetPwmConfiguration
GetPwmConfiguration
GetSpitfpErrorCount
SetBootloaderMode
GetBootloaderMode
SetWriteFirmwarePointer
WriteFirmware
SetStatusLedConfig
GetStatusLedConfig
GetChipTemperature
Reset
WriteUid
ReadUid
GetIdentity
CallbackMonoflopDone
Trait Implementations§
Source§impl From<IndustrialDigitalOut4V2BrickletFunction> for u8
impl From<IndustrialDigitalOut4V2BrickletFunction> for u8
Source§fn from(fun: IndustrialDigitalOut4V2BrickletFunction) -> Self
fn from(fun: IndustrialDigitalOut4V2BrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for IndustrialDigitalOut4V2BrickletFunction
impl RefUnwindSafe for IndustrialDigitalOut4V2BrickletFunction
impl Send for IndustrialDigitalOut4V2BrickletFunction
impl Sync for IndustrialDigitalOut4V2BrickletFunction
impl Unpin for IndustrialDigitalOut4V2BrickletFunction
impl UnwindSafe for IndustrialDigitalOut4V2BrickletFunction
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