Public Member Functions | |
| IncomingFaceId () | |
| Create an IncomingFaceId where all the values are unspecified. | |
| virtual | ~IncomingFaceId () |
| Override the virtual destructor. | |
| uint64_t | getFaceId () const |
| Get the incoming face ID value. More... | |
| void | set (const IncomingFaceIdLite &incomingFaceIdLite) |
| Clear this IncomingFaceId, and set the values by copying from incomingFaceIdLite. More... | |
Public Member Functions inherited from ndn::LpPacketHeaderField | |
| virtual | ~LpPacketHeaderField () |
| The virtual destructor for the base class. | |
Static Public Member Functions | |
| static ptr_lib::shared_ptr < IncomingFaceId > | getFirstHeader (LpPacket &lpPacket) |
| Get the first header field in lpPacket which is an IncomingFaceId. More... | |
|
inline |
Get the incoming face ID value.
|
static |
Get the first header field in lpPacket which is an IncomingFaceId.
This is an internal method which the application normally would not use.
| lpPacket | The LpPacket with the header fields to search. |
| void ndn::IncomingFaceId::set | ( | const IncomingFaceIdLite & | incomingFaceIdLite | ) |
Clear this IncomingFaceId, and set the values by copying from incomingFaceIdLite.
| incomingFaceIdLite | An IncomingFaceIdLite object. |
1.8.6