ApsdeSap

Trait ApsdeSap 

Source
pub trait ApsdeSap {
    // Required method
    fn data_request(&self, request: ApsdeSapRequest) -> ApsdeSapConfirm;
}
Expand description

Application support sub-layer data entity – service access point

2.2.4.1.1

Interface between the NWK (Network) layer and the APL (Application) layer through a general set of services for use by both the ZDO (device object) and the application.

Required Methods§

Source

fn data_request(&self, request: ApsdeSapRequest) -> ApsdeSapConfirm

2.2.4.1.1 - APSDE-DATA.request
Requests the transfer of a NHLE PDU from a local NHLE to one or more peer NHLE entities

Implementors§