Object

scala.scalanative.windows

WinSocketApi

Related Doc: package windows

Permalink

object WinSocketApi

Annotations
@link( "ws2_32" ) @extern()
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WinSocketApi
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Group = UInt

    Permalink
  2. type Socket = Ptr[Byte]

    Permalink
  3. type WSAData = CStruct2[Word, Word]

    Permalink
  4. type WSAPollFd = CStruct3[Socket, CShort, CShort]

    Permalink
  5. type WSAProtocolInfoW = Ptr[Byte]

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def FIONBIO: CInt

    Permalink
    Annotations
    @name( "scalanative_winsock_fionbio" )
  5. final def InvalidSocket: Socket

    Permalink
    Annotations
    @name( ... )
  6. def WSACleanup(): CInt

    Permalink
  7. final def WSADataSize: CSize

    Permalink
    Annotations
    @name( "scalanative_winsock_wsadata_size" )
  8. def WSAGetLastError(): CInt

    Permalink
  9. def WSAPoll(fds: Ptr[WSAPollFd], nfds: CUnsignedLongInt, timeout: CInt): CInt

    Permalink
  10. def WSASocketW(addressFamily: CInt, socketType: CInt, protocol: CInt, protocolInfo: Ptr[WSAProtocolInfoW], group: Group, flags: DWord): Socket

    Permalink
  11. def WSAStartup(versionRequested: Word, data: Ptr[WSAData]): CInt

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def closeSocket(socket: Socket): CInt

    Permalink
    Annotations
    @name( "closesocket" )
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. def ioctlSocket(socket: Socket, cmd: CInt, argp: Ptr[CInt]): CInt

    Permalink
    Annotations
    @name( "ioctlsocket" )
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped