Enum esp32_nimble::NotifyTxStatus
source · pub enum NotifyTxStatus {
SuccessIndicate,
SuccessNotify,
ErrorIndicateDisabled,
ErrorNotifyDisabled,
ErrorGatt,
ErrorNoClient,
ErrorIndicateTimeout,
ErrorIndicateFailure,
}
Variants§
SuccessIndicate
SuccessNotify
ErrorIndicateDisabled
ErrorNotifyDisabled
ErrorGatt
ErrorNoClient
ErrorIndicateTimeout
ErrorIndicateFailure
Trait Implementations§
source§impl Debug for NotifyTxStatus
impl Debug for NotifyTxStatus
source§impl PartialEq for NotifyTxStatus
impl PartialEq for NotifyTxStatus
source§fn eq(&self, other: &NotifyTxStatus) -> bool
fn eq(&self, other: &NotifyTxStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.