Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getDeviceState (0.31 sec)

  1. src/main/java/jcifs/internal/smb1/com/SmbComOpenAndXResponse.java

        /**
         * @return the fileType
         */
        public final int getFileType () {
            return this.fileType;
        }
    
    
        /**
         * @return the deviceState
         */
        public final int getDeviceState () {
            return this.deviceState;
        }
    
    
        /**
         * @return the action
         */
        public final int getAction () {
            return this.action;
        }
    
    
        /**
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 5.2K bytes
    - Viewed (0)
  2. src/main/java/jcifs/internal/smb1/com/SmbComNTCreateAndXResponse.java

         */
        @Override
        public int getAttributes () {
            return getExtFileAttributes();
        }
    
    
        /**
         * @return the deviceState
         */
        public final int getDeviceState () {
            return this.deviceState;
        }
    
    
        /**
         * @return the creationTime
         */
        public final long getCreationTime () {
            return this.creationTime;
        }
    
    
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 6.4K bytes
    - Viewed (0)
Back to top