OSDP Channel class.
More...
#include <osdpchannel.hpp>
◆ OSDPChannel()
logicalaccess::OSDPChannel::OSDPChannel |
( |
| ) |
|
◆ ~OSDPChannel()
logicalaccess::OSDPChannel::~OSDPChannel |
( |
| ) |
|
|
inline |
◆ createPackage()
ByteVector logicalaccess::OSDPChannel::createPackage |
( |
| ) |
|
◆ getAddress()
unsigned char logicalaccess::OSDPChannel::getAddress |
( |
| ) |
const |
|
inline |
◆ getCommandsType()
◆ getData()
ByteVector & logicalaccess::OSDPChannel::getData |
( |
| ) |
|
|
inline |
◆ getInstallMode()
bool logicalaccess::OSDPChannel::getInstallMode |
( |
| ) |
const |
|
inline |
◆ getSecureChannel()
std::shared_ptr< OSDPSecureChannel > logicalaccess::OSDPChannel::getSecureChannel |
( |
| ) |
const |
|
inline |
◆ getSecurityBlockData()
ByteVector & logicalaccess::OSDPChannel::getSecurityBlockData |
( |
| ) |
|
|
inline |
◆ getSecurityBlockType()
◆ getSequenceNumber()
unsigned char logicalaccess::OSDPChannel::getSequenceNumber |
( |
| ) |
const |
|
inline |
◆ setAddress()
void logicalaccess::OSDPChannel::setAddress |
( |
unsigned char |
address | ) |
|
|
inline |
◆ setCommandsType()
◆ setData()
void logicalaccess::OSDPChannel::setData |
( |
ByteVector |
data | ) |
|
|
inline |
◆ setInstallMode()
void logicalaccess::OSDPChannel::setInstallMode |
( |
bool |
installMode | ) |
|
|
inline |
◆ setSecureChannel()
void logicalaccess::OSDPChannel::setSecureChannel |
( |
std::shared_ptr< OSDPSecureChannel > |
securechannel | ) |
|
|
inline |
◆ setSecurityBlockData()
void logicalaccess::OSDPChannel::setSecurityBlockData |
( |
ByteVector |
data | ) |
|
|
inline |
◆ setSecurityBlockType()
◆ setSequenceNumber()
void logicalaccess::OSDPChannel::setSequenceNumber |
( |
unsigned char |
sequenceNumber | ) |
|
|
inline |
◆ unPackage()
void logicalaccess::OSDPChannel::unPackage |
( |
ByteVector |
result | ) |
|
◆ isSCB
bool logicalaccess::OSDPChannel::isSCB |
◆ m_address
unsigned char logicalaccess::OSDPChannel::m_address |
|
private |
◆ m_data
◆ m_installMode
bool logicalaccess::OSDPChannel::m_installMode |
|
private |
◆ m_reply_type
◆ m_secureChannel
◆ m_securityBlockData
ByteVector logicalaccess::OSDPChannel::m_securityBlockData |
|
private |
◆ m_securityBlockType
◆ m_sequenceNumber
unsigned char logicalaccess::OSDPChannel::m_sequenceNumber |
|
private |
The documentation for this class was generated from the following files:
- C:/dev/lla/liblogicalaccess/plugins/logicalaccess/plugins/readers/osdp/osdpchannel.hpp
- C:/dev/lla/liblogicalaccess/plugins/logicalaccess/plugins/readers/osdp/osdpchannel.cpp