| | |
| | | // Generated by Cap'n Proto compiler, DO NOT EDIT
|
| | | // source: RemoteMethod.proto
|
| | | // source: .\RemoteMethod.proto
|
| | |
|
| | | #ifndef CAPNP_INCLUDED_d6ce09ec6f6d1f1a_
|
| | | #define CAPNP_INCLUDED_d6ce09ec6f6d1f1a_
|
| | |
| | |
|
| | | inline ::uint32_t getCameraIndex() const;
|
| | |
|
| | | inline ::uint32_t getDbId() const;
|
| | |
|
| | | private:
|
| | | ::capnp::_::StructReader _reader;
|
| | | template <typename, ::capnp::Kind>
|
| | |
| | |
|
| | | inline ::uint32_t getCameraIndex();
|
| | | inline void setCameraIndex( ::uint32_t value);
|
| | |
|
| | | inline ::uint32_t getDbId();
|
| | | inline void setDbId( ::uint32_t value);
|
| | |
|
| | | private:
|
| | | ::capnp::_::StructBuilder _builder;
|
| | |
| | | ::capnp::bounded<0>() * ::capnp::ELEMENTS, value);
|
| | | }
|
| | |
|
| | | inline ::uint32_t RtspFaceView::GetFaceListParams::Reader::getDbId() const {
|
| | | return _reader.getDataField< ::uint32_t>(
|
| | | ::capnp::bounded<1>() * ::capnp::ELEMENTS);
|
| | | }
|
| | |
|
| | | inline ::uint32_t RtspFaceView::GetFaceListParams::Builder::getDbId() {
|
| | | return _builder.getDataField< ::uint32_t>(
|
| | | ::capnp::bounded<1>() * ::capnp::ELEMENTS);
|
| | | }
|
| | | inline void RtspFaceView::GetFaceListParams::Builder::setDbId( ::uint32_t value) {
|
| | | _builder.setDataField< ::uint32_t>(
|
| | | ::capnp::bounded<1>() * ::capnp::ELEMENTS, value);
|
| | | }
|
| | |
|
| | | inline bool RtspFaceView::GetFaceListResults::Reader::hasFaceList() const {
|
| | | return !_reader.getPointerField(
|
| | | ::capnp::bounded<0>() * ::capnp::POINTERS).isNull();
|