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​(String s)
    • Method Detail

      • getData

        public byte[] getData()
        Get byte data.
        Returns:
        Byte data or null.