Definition at line 1405 of file codec.cpp.
epics::pvAccess::detail::SecurityPluginMessageTransportSender::SecurityPluginMessageTransportSender |
( |
PVStructure::const_shared_pointer const & |
data | ) |
|
|
inline |
Called by transport. By this call transport gives callee ownership over the buffer. Calls on TransportSendControl
instance must be made from calling thread. Moreover, ownership is valid only for the time of call of this method. NOTE: these limitations allow efficient implementation.
Implements epics::pvAccess::TransportSender.
Definition at line 1414 of file codec.cpp.
1418 control->
flush(
true);
static void serializeFull(epics::pvData::ByteBuffer *buffer, epics::pvData::SerializableControl *control, const epics::pvData::PVField::const_shared_pointer &pvField)
virtual void flush(bool lastMessageCompleted)=0
virtual void startMessage(epics::pvData::int8 command, std::size_t ensureCapacity, epics::pvData::int32 payloadSize=0)=0
The documentation for this class was generated from the following file: