1
0
Fork 0

protocol recievers are protected members

This commit is contained in:
Kevin Matz 2022-06-04 10:51:21 -04:00
parent 77113b9139
commit ca671229f7
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ public:
Implementation(UUID::uuid = UUID::uuid(),
RDM::UID = RDM::UID());
protected:
void rlpLlrpReceiver(ACN::PDU::Message<ACN::RLP::Pdu>);
void rlpEptReceiver(ACN::PDU::Message<ACN::RLP::Pdu>);
};