Skip navigation links
JNA API 5.3.1
com.sun.jna.platform.win32

Class WinRas.RASPPPIP

    • Field Detail

      • dwSize

        public int dwSize
        A value that specifies the size, in bytes, of the structure. This member must be set before it is used in a function call.
      • dwError

        public int dwError
        A value that specifies the result of the PPP control protocol negotiation. A value of zero indicates success. A non-zero value indicates failure, and indicates the fatal error that occurred during the control protocol negotiation.
      • szIpAddress

        public char[] szIpAddress
        An array that contains a null-terminated string that is the client's IP address on the RAS connection. This address string has the form a.b.c.d.
      • szServerIpAddress

        public char[] szServerIpAddress
        An array that contains a null-terminated string that is the server's IP address on the RAS connection. This string is in a.b.c.d form. PPP does not require that servers provide this address, but servers will consistently return the address anyway. Other PPP vendors may not provide the address. If the address is not available, this member returns an empty string, "".
      • dwOptions

        public int dwOptions
        A value that specifies IPCP options for the local client.
      • dwServerOptions

        public int dwServerOptions
        A value that specifies IPCP options for the remote server.
    • Constructor Detail

      • RASPPPIP

        public RASPPPIP()
      • RASPPPIP

        public RASPPPIP(Pointer memory)
JNA API 5.3.1

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.