Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. Jaydip Garala
    J
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Jaydip Garala

    @Jaydip Garala

    0
    Reputation
    5
    Posts
    3
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Website jaydipgaralaone.web.app Location JAMJODHPUR Age 36

    Jaydip Garala Follow

    Best posts made by Jaydip Garala

    This user hasn't posted anything yet.

    Latest posts made by Jaydip Garala

    • RE: please share some example of WebSocket 2.0 response data

      @JarvisBull
      Ok I will share you.

      posted in C#/.Net SDK
      J
      Jaydip Garala
    • RE: please share some example of WebSocket 2.0 response data

      Create Web socket instance
      create headers
      open state
      send data to binary format
      received data in binary format
      change to Little Endian
      convert your data type
      It's work for me.
      Thank You.

      posted in C#/.Net SDK
      J
      Jaydip Garala
    • RE: please share some example of WebSocket 2.0 response data

      @pradyumnapp
      Create WebSocket Instance
      Create Headers
      check open state
      send data to binary format
      received buffer
      change byte array to Little Endian &
      then
      convert to your data type

      It's work for me

      I hope you understand
      Thank You

      posted in C#/.Net SDK
      J
      Jaydip Garala
    • RE: Please give us tentative date to support C# for TOTP

      @vijayyande ENABLE totp in angel smart api
      then change generate sesson methods and third parms is totp and change to methods

      thats work perfect

      posted in C#/.Net SDK
      J
      Jaydip Garala
    • RE: Please give us tentative date to support C# for TOTP

      ENABLE totp in angel smart api
      then change generate sesson methods and third parms is totp and change to methods

      thats work perfect

      posted in C#/.Net SDK
      J
      Jaydip Garala