- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for asyncAdd (0.17 sec)
-
src/main/java/jcifs/internal/smb2/Smb2CancelRequest.java
/** * @param config * @param mid * @param asyncId */ public Smb2CancelRequest ( Configuration config, long mid, long asyncId ) { super(config, SMB2_CANCEL); setMid(mid); setAsyncId(asyncId); if ( asyncId != 0 ) { addFlags(SMB2_FLAGS_ASYNC_COMMAND); } } /** * {@inheritDoc}
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 4.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/util/SMBUtil.java
(byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, // MessageId (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, // Reserved / AsyncId (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, // TreeId / AsyncId (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, // SessionId
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 5K bytes - Viewed (0)