[][src]Trait wayk_proto::sm::ConnectionSeqCallbackTrait

pub trait ConnectionSeqCallbackTrait {
    fn on_handshake_completed(&mut self, shared_data: &ConnectionSMSharedData) { ... }
fn on_negotiate_completed(&mut self, shared_data: &ConnectionSMSharedData) { ... }
fn on_authenticate_completed(
        &mut self,
        shared_data: &ConnectionSMSharedData
    ) { ... }
fn on_associate_completed(&mut self, shared_data: &ConnectionSMSharedData) { ... }
fn on_capabilities_completed(
        &mut self,
        shared_data: &ConnectionSMSharedData
    ) { ... }
fn on_connection_completed(&mut self, shared_data: &ConnectionSMSharedData) { ... } }

Provided methods

Loading content...

Implementors

impl ConnectionSeqCallbackTrait for DummyConnectionSeqCallback[src]

Loading content...