KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums kdb+ TCP and UDS server in C# for KDB+ Reply To: TCP and UDS server in C# for KDB+

  • Quanta

    Member
    June 5, 2024 at 11:14 am

    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.