| 542 | } |
| 543 | |
| 544 | Future<Void> ExtMsgQuery::run(Reference<ExtConnection> nmc) { |
| 545 | return doRun(Reference<ExtMsgQuery>::addRef(this), nmc); |
| 546 | } |
| 547 | |
| 548 | ExtMsgReply::ExtMsgReply(ExtMsgHeader* header, const uint8_t* body) : header(nullptr) { |
| 549 | memcpy(&replyHeader, header, sizeof(ExtReplyHeader)); |
no test coverage detected