Searched defs:SsRequestCommand (Results 1 – 1 of 1) sorted by relevance
307 struct SsRequestCommand { struct308 int32_t cfAction = 0;309 int32_t cfReason = 0;310 std::string number = "";311 bool enable = false;312 int32_t clirAction = 0;313 std::string facility = "";314 char password[kMaxNumberLen + 1] = { 0 };315 int32_t classType = 0;316 int32_t action = 0;[all …]