Skip to content

Commit

Permalink
Add the LLRP Broadcast CID
Browse files Browse the repository at this point in the history
(cherry picked from commit a150d7e)
  • Loading branch information
peternewman committed Mar 16, 2024
1 parent e0e51d7 commit e57fe51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/ola/acn/CID.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ class CID {
*/
static CID FromString(const std::string &cid);

static CID LLRPBroadcastCID() {
return FromString("FBAD822C-BD0C-4D4C-BDC8-7EABEBC85AFF");
}

private:
class CIDImpl *m_impl;

Expand Down

0 comments on commit e57fe51

Please sign in to comment.