Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 0x40 (0.03 sec)

  1. src/main/java/jcifs/smb1/smb1/SmbFile.java

         * represents is a printer.
         */
        public static final int TYPE_PRINTER = 0x20;
        /**
         * Returned by {@link #getType()} if the resource this {@code SmbFile}
         * represents is a communications device.
         */
        public static final int TYPE_COMM = 0x40;
    
        private String canon; // Initially null; set by getUncPath; dir must end with '/'
        private String share; // Can be null
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
Back to top