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

Class WinRas.RASTUNNELENDPOINT

  • Enclosing interface:
    WinRas


    @Structure.FieldOrder(value={"dwType","u"})
    public static class WinRas.RASTUNNELENDPOINT
    extends Structure
    This RASTUNNELENDPOINT structure is used to define the end-point of a virtual private network (VPN) tunnel.
    • Constructor Detail

      • RASTUNNELENDPOINT

        public RASTUNNELENDPOINT()
      • RASTUNNELENDPOINT

        public RASTUNNELENDPOINT(Pointer memory)
    • Method Detail

      • read

        public void read()
        Description copied from class: Structure
        Reads the fields of the struct from native memory
        Overrides:
        read in class Structure
JNA API 5.3.1

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