Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Shuster (0.2 sec)

  1. src/main/java/jcifs/internal/smb2/tree/Smb2TreeConnectResponse.java

        /**
         * 
         */
        public static final int SMB2_SHARE_CAP_SCALEOUT = 0x20;
    
        /**
         * 
         */
        public static final int SMB2_SHARE_CAP_CLUSTER = 0x40;
    
        /**
         * 
         */
        public static final int SMB2_SHARE_CAP_ASYMMETRIC = 0x80;
    
        private byte shareType;
        private int shareFlags;
        private int capabilities;
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon May 23 14:35:20 GMT 2022
    - 6.1K bytes
    - Viewed (0)
Back to top