MCPcopy Create free account
hub / github.com/bjoernQ/bleps / NotificationData

Class NotificationData

bleps/src/attribute_server.rs:662–665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660
661#[derive(Debug)]
662pub struct NotificationData {
663 pub(crate) handle: u16,
664 pub(crate) data: Data,
665}
666
667impl NotificationData {
668 pub fn new(handle: u16, data: &[u8]) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected