pub struct AdsNotificationAttrib {
pub cb_length: u32,
pub trans_mode: AdsTransMode,
pub max_delay: u32,
pub cycle_time: u32,
}Expand description
Defines the notification attributes
Please also read the related documentation in the InfoSys.
cb_lengthSize of the datatype to monitor.AdsTransModeSpecifies when to trigger a notification (see AdsTransMode).max_delayMaximal acceptable delay [100ns].cycle_timeThe interval at which the variable is checked [100ns].
Fields§
§cb_length: u32§trans_mode: AdsTransMode§max_delay: u32§cycle_time: u32Auto Trait Implementations§
impl Freeze for AdsNotificationAttrib
impl RefUnwindSafe for AdsNotificationAttrib
impl Send for AdsNotificationAttrib
impl Sync for AdsNotificationAttrib
impl Unpin for AdsNotificationAttrib
impl UnwindSafe for AdsNotificationAttrib
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