Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getTotalParameterCount (0.08 sec)

  1. src/test/java/jcifs/smb1/smb1/SmbComTransactionResponseTest.java

                } catch (Exception e) {
                    throw new RuntimeException("Failed to get field " + fieldName, e);
                }
            }
    
            // Accessors for protected state
            int getTotalParameterCount() {
                return totalParameterCount;
            }
    
            int getTotalDataCount() {
                return totalDataCount;
            }
    
            int getParameterCount() {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 12K bytes
    - Viewed (0)
  2. src/test/java/jcifs/internal/smb1/trans/nt/SmbComNtTransactionTest.java

            public int getMaxSetupCount() {
                return maxSetupCount;
            }
    
            public void setMaxSetupCount(byte value) {
                this.maxSetupCount = value;
            }
    
            public int getTotalParameterCount() {
                return totalParameterCount;
            }
    
            public void setTotalParameterCount(int value) {
                this.totalParameterCount = value;
            }
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 18.1K bytes
    - Viewed (0)
Back to top