#include <nfcdata.hpp>
|
| | NfcData () |
| |
| | NfcData (char type) |
| |
| | ~NfcData () |
| |
| void | serialize (boost::property_tree::ptree &parentNode) override |
| | Serialize object to Xml Node.
|
| |
| void | unSerialize (boost::property_tree::ptree &node) override |
| | UnSerialize object from a Xml Node.
|
| |
| std::string | getDefaultXmlNodeName () const override |
| | Get the default Xml Node name for this object.
|
| |
| char | getType () const |
| |
| void | setType (char type) |
| |
| virtual | ~XmlSerializable ()=default |
| |
| virtual std::string | serialize () |
| | Serialize object to Xml Node string.
|
| |
| virtual std::string | serializeWithHeaders () |
| | Serialize object to Xml Node string, with xml headers.
|
| |
| virtual void | serialize (boost::property_tree::ptree &parentNode)=0 |
| | Serialize object to Xml Node.
|
| |
| virtual void | serializeToFile (const std::string &filename) |
| | Serialize object to a Xml file.
|
| |
| virtual void | unSerialize (boost::property_tree::ptree &node)=0 |
| | UnSerialize object from a Xml Node.
|
| |
| virtual void | unSerialize (const std::string &xmlstring, const std::string &rootNode) |
| | UnSerialize object from a Xml Node string.
|
| |
| virtual void | unSerialize (std::istream &is, const std::string &rootNode) |
| | UnSerialize object from a Xml node.
|
| |
| virtual void | unSerialize (boost::property_tree::ptree &node, const std::string &rootNode) |
| | UnSerialize object from a Xml node.
|
| |
| virtual void | unSerializeFromFile (const std::string &filename) |
| | UnSerialize object from a Xml file.
|
| |
| virtual std::string | getDefaultXmlNodeName () const =0 |
| | Get the default Xml Node name for this object.
|
| |
|
| static unsigned long long | atoull (const std::string &str) |
| |
◆ NfcData() [1/2]
| logicalaccess::NfcData::NfcData |
( |
| ) |
|
◆ NfcData() [2/2]
| logicalaccess::NfcData::NfcData |
( |
char |
type | ) |
|
◆ ~NfcData()
| logicalaccess::NfcData::~NfcData |
( |
| ) |
|
◆ dataToTLV()
◆ getDefaultXmlNodeName()
| std::string logicalaccess::NfcData::getDefaultXmlNodeName |
( |
| ) |
const |
|
overridevirtual |
◆ getType()
| char logicalaccess::NfcData::getType |
( |
| ) |
const |
◆ serialize()
| void logicalaccess::NfcData::serialize |
( |
boost::property_tree::ptree & |
parentNode | ) |
|
|
overridevirtual |
◆ setType()
| void logicalaccess::NfcData::setType |
( |
char |
type | ) |
|
◆ tlvToData()
| std::vector< std::shared_ptr< NfcData > > logicalaccess::NfcData::tlvToData |
( |
ByteVector |
tlv | ) |
|
|
static |
◆ unSerialize()
| void logicalaccess::NfcData::unSerialize |
( |
boost::property_tree::ptree & |
node | ) |
|
|
overridevirtual |
◆ m_type
| char logicalaccess::NfcData::m_type |
|
protected |
The documentation for this class was generated from the following files:
- C:/dev/lla/liblogicalaccess/include/logicalaccess/services/nfctag/nfcdata.hpp
- C:/dev/lla/liblogicalaccess/src/services/nfctag/nfcdata.cpp