HSGetArray Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
HSGetArray Function
C
static WORD HSGetArray(
    TCP_SOCKET skt, 
    BYTE * data, 
    WORD len
);
Description
  • Function: static WORD HSGetArray(TCP_SOCKET skt, BYTE *data, WORD len)

*

  • PreCondition: None

*

  • Input: skt - socket to read data from
  • data - array to read into, or NULL
  • len - number of bytes to read

*

  • Output: Number of bytes read

*

  • Side Effects: None

*

  • Overview: Reads data from socket, transparently hashing it
  • into the handshake hashes.

*

  • Note: None
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.