Class ScsiRequestSense

    • Constructor Detail

      • ScsiRequestSense

        public ScsiRequestSense​(byte allocationLength)
    • Method Detail

      • serialize

        public void serialize​(java.nio.ByteBuffer buffer)
        Description copied from class: CommandBlockWrapper
        Serializes the command block wrapper for transmission.

        This method should be called in every subclass right before the specific SCSI command serializes itself to the buffer!

        Overrides:
        serialize in class CommandBlockWrapper
        Parameters:
        buffer - The buffer were the serialized data should be copied to.