Denso BHT-200QW Especificações Página 402

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 587
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 401
394
Function #7 .fcHToNL
Convert host long (4 bytes) to network byte order
Syntax: CALL "SOCKET.FN3" .fcHToNL HOSTLONG, NETLONG
Description:
This function converts a (4-byte) long from host byte order to network byte
order.
BSD4.4 socket API equivalent: This function is equivalent to the BSD4.4
socket API htonl() function.
Parameters: HOSTLONG Long in host byte order
Return value: NETLONG Long in network byte order
Function #8 .fcHToNS
Convert host short (2 bytes) to network byte order
Syntax: CALL "SOCKET.FN3" .fcHToNS HOSTSHORT%, NETSHORT%
Description:
This function converts a (2-byte) short from host byte order to network
byte order.
BSD4.4 socket API equivalent: This function is equivalent to the BSD4.4
socket API htons() function.
Parameters: HOSTSHORT% Short in host byte order
Return value: NETSHORT% Short in network byte order
Function #9 .fcINetAdr
Convert Internet address from dotted quad notation to
32-bit integer
Syntax: CALL "SOCKET.FN3" .fcINetAdr IPADDRESS$, ADDRESS
Description:
This function converts an Internet address in dotted quad notation to a
4-byte Internet address.
BSD4.4 socket API equivalent: This function is equivalent to the BSD4.4
socket API inet_addr() function.
Parameters: IPADDRESS$ Internet address in dotted quad notation
Return value: ADDRESS 4-byte Internet address
Vista de página 401
1 2 ... 397 398 399 400 401 402 403 404 405 406 407 ... 586 587

Comentários a estes Manuais

Sem comentários