-
Notifications
You must be signed in to change notification settings - Fork 7
DO Create And Promote Duplica Message
Michał Kapała edited this page Sep 5, 2025
·
5 revisions
After the header follows the discovery message, it contains 4 parts. Each part starts with a byte that signals if the part exists or is skipped, followed by the actual structure data.
Type | Name |
---|---|
uint8 | doMsgType (19) |
uint16 | callID |
uint32 | clientStation |
uint32 | masterStation |
uint8 | unknown |
list<uint32> | duplicas |
bool | connectInfoExists |
Quazal::_DS_ConnectionInfo | connectionInfo |
bool | stationIdentExists |
Quazal::_DS_StationIdentification | stationIdentification |
bool | stationInfoExists |
Quazal::_DS_StationInfo | stationInfo |
bool | stationStateExists |
Quazal::_DS_StationState | stationState |
Type | Name |
---|---|
bool | m_bURLInitialized |
string | m_strStationURL1 |
string | m_strStationURL2 |
string | m_strStationURL3 |
string | m_strStationURL4 |
string | m_strStationURL5 |
uint32 | m_uiInputBandwidth |
uint32 | m_uiInputLatency |
uint32 | m_uiOutputBandwidth |
uint32 | m_uiOutputLatency |
Type | Name |
---|---|
string | m_strIdentificationToken |
string | m_strProcessName |
uint32 | m_uiProcessType |
uint32 | m_uiProductVersion |
Type | Name |
---|---|
uint32 | m_hObserver |
uint32 | m_uiMachineUID |
Type | Name |
---|---|
uint16 | m_ui16State |