public class SMB2IoctlRequest extends SMB2MultiCreditPacket
SINGLE_CREDIT_PAYLOAD_SIZE, structureSize| Constructor and Description |
|---|
SMB2IoctlRequest(SMB2Dialect negotiatedDialect,
long sessionId,
long treeId,
long controlCode,
SMB2FileId fileId,
ByteChunkProvider inputData,
boolean fsctl,
int maxOutputResponse) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
writeTo(SMBBuffer smbBuffer)
Write the message fields into the buffer, as specified in the [MS-SMB2].pdf specification.
|
getMaxPayloadSize, getPayloadSizegetBuffer, getCreditsAssigned, getError, getMessageEndPos, getMessageStartPos, getSequenceNumber, getStructureSize, isIntermediateAsyncResponse, isSuccess, read, readError, readMessage, setCreditsAssigned, toString, writepublic SMB2IoctlRequest(SMB2Dialect negotiatedDialect, long sessionId, long treeId, long controlCode, SMB2FileId fileId, ByteChunkProvider inputData, boolean fsctl, int maxOutputResponse)
protected void writeTo(SMBBuffer smbBuffer)
SMB2PacketwriteTo in class SMB2Packet