pub struct DataRequest<'a> {
pub dst: AddrAndEp,
pub profile_id: u16,
pub cluster_id: u16,
pub src_endpoint: u8,
pub asdu: &'a [u8],
pub options: TxOptions,
pub radius: u8,
}
Expand description
The arguments needed to issue the APSDE-DATA.request primitive
Fields§
§dst: AddrAndEp
§profile_id: u16
§cluster_id: u16
§src_endpoint: u8
§asdu: &'a [u8]
§options: TxOptions
§radius: u8
Auto Trait Implementations§
impl<'a> Freeze for DataRequest<'a>
impl<'a> RefUnwindSafe for DataRequest<'a>
impl<'a> Send for DataRequest<'a>
impl<'a> Sync for DataRequest<'a>
impl<'a> Unpin for DataRequest<'a>
impl<'a> UnwindSafe for DataRequest<'a>
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