The Raw Socket Object - HTML2EXE Programming Interface

Document Path: Home Page / Programming / HTML2EXE / Interfaces / Raw Socket Object  
Properties
Methods Bind Close Create CreateIPMonitor GetSockOpt Receive
Properties
Methods

Bind

Return Value int
Arguments:
  • Object bufferObj
Notes Winsock Keyword: bind

Close

Return Value
Notes

Create

Return Value int
Arguments:
  • int addressFamily
  • int type
  • int protocol
Notes Winsock Keyword: socket

CreateIPMonitor

Return Value VARIANT_BOOL
Arguments:
  • Object addressObject
Notes

GetSockOpt

Return Value Buffer Object
Arguments:
  • int level
  • int optName
  • int optLen
Notes WinSock Keyword: getsockopt

Receive

Return Value Buffer Object
Notes