Enum at_commands::Success
source · pub enum Success {
Show 35 variants
Test {},
Testnod {},
TestResponse {},
Testext {},
Testextnod {},
Testi {
field: i64,
},
Testinod {
field: i64,
},
Testic {
field: i64,
},
Tests {
field: String,
},
Testsi {
field1: String,
field2: i64,
},
Testsic {
field1: String,
field2: i64,
},
Testio {
field1: i64,
field2: Option<i64>,
},
Testl {
field: Vec<i64>,
},
Testol {
field: Vec<Option<i64>>,
},
Testm {
field: HashMap<i64, String>,
},
Testp {
field: i64,
},
Testpp {
field1: i64,
field2: i64,
field3: String,
},
Testpmpil {
field1: HashMap<i64, String>,
field2: i64,
field3: Vec<i64>,
},
SameOne {
field: i64,
},
SameTwo {
field: i64,
},
Brsf {
features: i64,
},
Cind {
service: bool,
call: bool,
callsetup: i64,
callheld: i64,
signal: i64,
roam: bool,
battchg: i64,
},
Clcc {
index: i64,
dir: i64,
status: i64,
mode: i64,
mpty: i64,
number: String,
ty: i64,
},
Bcs {
codec: i64,
},
BindList {
indicators: Vec<BluetoothHFIndicator>,
},
BindStatus {
anum: BluetoothHFIndicator,
state: bool,
},
Chld {
commands: Vec<String>,
},
Cops {
format: NetworkOperatorNameFormat,
zero: i64,
operator: String,
},
Clip {
number: String,
ty: i64,
},
Cnum {
alpha: String,
number: String,
ty: i64,
speed: String,
service: i64,
},
Vgs {
level: i64,
},
Vgm {
level: i64,
},
Ciev {
ind: i64,
value: i64,
},
Ccwa {
number: String,
ty: i64,
},
Ring {},
}
Variants§
Test
Fields
Testnod
Fields
TestResponse
Fields
Testext
Fields
Testextnod
Fields
Testi
Testinod
Testic
Tests
Testsi
Testsic
Testio
Testl
Testol
Testm
Testp
Testpp
Testpmpil
SameOne
SameTwo
Brsf
Cind
Clcc
Bcs
BindList
Fields
§
indicators: Vec<BluetoothHFIndicator>