Class SMB2IoctlRequest

    • Constructor Detail

      • SMB2IoctlRequest

        public SMB2IoctlRequest​(SMB2Dialect negotiatedDialect,
                                long sessionId,
                                long treeId,
                                long controlCode,
                                SMB2FileId fileId,
                                ByteChunkProvider inputData,
                                boolean fsctl,
                                int maxOutputResponse)
    • Method Detail

      • writeTo

        protected void writeTo​(SMBBuffer smbBuffer)
        Description copied from class: SMB2Packet
        Write the message fields into the buffer, as specified in the [MS-SMB2] specification.
        Overrides:
        writeTo in class SMB2Packet
      • getControlCode

        public long getControlCode()