DO Create And Promote Duplica Message - zeroKilo/GROBackendWV GitHub Wiki

DO Create And Promote Duplica Message

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

Quazal::_DS_ConnectionInfo

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

Quazal::_DS_StationIdentification

Type Name
string m_strIdentificationToken
string m_strProcessName
uint32 m_uiProcessType
uint32 m_uiProductVersion

Quazal::_DS_StationInfo

Type Name
uint32 m_hObserver
uint32 m_uiMachineUID

Quazal::_DS_StationState

Type Name
uint16 m_ui16State
⚠️ **GitHub.com Fallback** ⚠️