- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for CreditCharge (0.05 seconds)
-
src/main/java/jcifs/internal/smb2/ServerMessageBlock2.java
this.credit = credit; } /** * Gets the credit charge for this message. * * @return the creditCharge */ public final int getCreditCharge() { return this.creditCharge; } @Override public void retainPayload() { this.retainPayload = true; } @OverrideCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 24K bytes - Click Count (0) -
src/main/java/jcifs/internal/util/SMBUtil.java
*/ public static final byte[] SMB2_HEADER = { (byte) 0xFE, (byte) 'S', (byte) 'M', (byte) 'B', // ProtocolId (byte) 64, (byte) 0x00, // StructureSize (LE) (byte) 0x00, (byte) 0x00, // CreditCharge (reserved 2.0.2) (byte) 0x00, (byte) 0x00, // ChannelSequence (byte) 0x00, (byte) 0x00, // Reserved (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, // StatusCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 8K bytes - Click Count (0)