Login Page - Create Account

Support Board


Date/Time: Fri, 22 Nov 2024 16:36:46 +0000



Post From: DTC Protocol - LOGON_REQUEST

[2024-10-07 18:23:17]
User388741 - Posts: 9
MessageType in heartbeat is an invalid key. All messages need to have a "Type" key with an int. You can look up the mapping here: https://www.sierrachart.com/DTC_Files/DTCProtocol.h
Also, doesn't look like you're sending the \0 byte after each message. You need to do this. DTC will also respond with a \0 delimiter between messages, you need to handle those.