Class EPath

Class Documentation

class EPath

Public Functions

EPath()
EPath(CipUint classId)
EPath(CipUint classId, CipUint objectId)
EPath(CipUint classId, CipUint objectId, CipUint attributeId)
std::vector<uint8_t> packPaddedPath(bool use_8_bit_path_segments = false) const
void expandPaddedPath(const std::vector<uint8_t> &data)
CipUint getClassId() const
CipUint getObjectId() const
CipUint getAttributeId() const
CipUsint getSizeInWords(bool use_8_bit_path_segments = false) const
std::string toString() const
bool operator==(const EPath &other) const