JNA API 5.4.0

Class WinRas.RASDEVSPECIFICINFO

  • Enclosing interface:
    WinRas


    @FieldOrder({"dwSize","pbDevSpecificInfo"})
    public static class WinRas.RASDEVSPECIFICINFO
    extends Structure
    The RASDEVSPECIFICINFO structure is used to send a cookie for server validation and bypass point-to-point (PPP) authentication.
    • Field Detail

      • dwSize

        public int dwSize
        The size, in bytes, of the cookie in pbDevSpecificInfo.
      • pbDevSpecificInfo

        public Pointer pbDevSpecificInfo
        A pointer to a BLOB that contains the authentication cookie.
    • Constructor Detail

      • RASDEVSPECIFICINFO

        public RASDEVSPECIFICINFO​()
      • RASDEVSPECIFICINFO

        public RASDEVSPECIFICINFO​(Pointer memory)
      • RASDEVSPECIFICINFO

        public RASDEVSPECIFICINFO​(byte[] data)
      • RASDEVSPECIFICINFO

        public RASDEVSPECIFICINFO​(java.lang.String s)
    • Method Detail

      • getData

        public byte[] getData​()
        Get byte data.
        Returns:
        Byte data or null.
JNA API 5.4.0

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