Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for no (0.35 sec)

  1. src/main/java/jcifs/smb1/netbios/NbtException.java

        public static final int NOT_LISTENING_CALLED  = 0x80;
        public static final int NOT_LISTENING_CALLING = 0x81;
        public static final int CALLED_NOT_PRESENT    = 0x82;
        public static final int NO_RESOURCES          = 0x83;
        public static final int UNSPECIFIED           = 0x8F;
    
        public int errorClass;
        public int errorCode;
    
        public static String getErrorString( int errorClass, int errorCode ) {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 20:39:42 GMT 2019
    - 3.9K bytes
    - Viewed (0)
  2. src/main/java/jcifs/netbios/NbtException.java

        public static final int NOT_LISTENING_CALLED = 0x80;
        public static final int NOT_LISTENING_CALLING = 0x81;
        public static final int CALLED_NOT_PRESENT = 0x82;
        public static final int NO_RESOURCES = 0x83;
        public static final int UNSPECIFIED = 0x8F;
    
        public int errorClass;
        public int errorCode;
    
    
        public static String getErrorString ( int errorClass, int errorCode ) {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 3.8K bytes
    - Viewed (0)
Back to top