#include <forward_close_request.h>
Class to encapsulate a Forward Close request.
Definition at line 49 of file forward_close_request.h.
virtual Reader& eip::ForwardCloseRequest::deserialize |
( |
Reader & |
reader, |
|
|
size_t |
length |
|
) |
| |
|
inlinevirtual |
virtual Reader& eip::ForwardCloseRequest::deserialize |
( |
Reader & |
reader | ) |
|
|
inlinevirtual |
virtual size_t eip::ForwardCloseRequest::getLength |
( |
| ) |
const |
|
inlinevirtual |
Get the length of serialized data that would be produced if serialized
- Returns
- Total length in bytes to be serialized
Definition at line 72 of file forward_close_request.h.
Path& eip::ForwardCloseRequest::getPath |
( |
| ) |
|
|
inline |
virtual Writer& eip::ForwardCloseRequest::serialize |
( |
Writer & |
writer | ) |
const |
|
inlinevirtual |
Serialize data into the given buffer
- Parameters
-
writer | Writer to use for serialization |
- Returns
- the writer again
- Exceptions
-
std::length_error | if the buffer is too small for the header data |
Definition at line 89 of file forward_close_request.h.
EIP_UINT eip::ForwardCloseRequest::connection_sn |
EIP_UDINT eip::ForwardCloseRequest::originator_sn |
EIP_UINT eip::ForwardCloseRequest::originator_vendor_id |
Path eip::ForwardCloseRequest::path_ |
|
private |
EIP_BYTE eip::ForwardCloseRequest::timeout_tick_size |
EIP_USINT eip::ForwardCloseRequest::timeout_ticks |
The documentation for this class was generated from the following file: