Searched refs:data_builder (Results 1 – 1 of 1) sorted by relevance
144 DataBuilder data_builder; in SendApdu() local145 data_builder.data_ = std::move(apdu); in SendApdu()146 data_builder.receiver_ = receiver_id; in SendApdu()147 data_builder.technology_ = Technology::NFC_A; in SendApdu()148 data_builder.protocol_ = Protocol::ISO_DEP; in SendApdu()149 data_builder.bitrate_ = BitRate::BIT_RATE_106_KBIT_S; in SendApdu()151 CF_EXPECT(Write(data_builder), "Failed to send APDU bytes"); in SendApdu()