Forum Replies Created

  • Quanta

    Member
    June 5, 2024 at 11:14 am in reply to: TCP and UDS server in C# for KDB+

    Additional question. Calling this:

    h:hopen `::7000

    (neg h)[“xx”]

    Results in following message:

    Byte representation

    new byte[] { 1, 0, 0, 0, 16, 0, 0, 0, 10, 0, 2, 0, 0, 0, 120, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }

    String representation:


    xx

    What does part 0, 0, 0, 10, 0, 2, 0, 0, 0 on positions 5 to 13 mean? What does it represent? Message should be with following attributes: LittleEndian: True, Compressed: False, Sync: False, Response: False.


    Thank you.

    J.

  • Quanta

    Member
    June 5, 2024 at 9:37 am in reply to: TCP and UDS server in C# for KDB+

    Thanks!