Class WinRas.RASTUNNELENDPOINT

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinRas.RASTUNNELENDPOINT
Enclosing interface:
WinRas

@FieldOrder({"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.
  • Field Details

  • Constructor Details

    • RASTUNNELENDPOINT

      public RASTUNNELENDPOINT()
    • RASTUNNELENDPOINT

      public RASTUNNELENDPOINT(Pointer memory)
  • Method Details

    • read

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