public class CommandSpecificSenseDataDescriptor extends SenseDataDescriptor
| Constructor and Description |
|---|
CommandSpecificSenseDataDescriptor(EightByteInformation commandSpecificInformation)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
serializeSpecificFields(ByteBuffer byteBuffer,
int index)
Serializes all fields which are not common to all sense data descriptors, which means those that are
sub-type-specific.
|
serialize, sizepublic CommandSpecificSenseDataDescriptor(EightByteInformation commandSpecificInformation)
commandSpecificInformation - EightByteInformation which should contain command-specific information.protected void serializeSpecificFields(ByteBuffer byteBuffer, int index)
SenseDataDescriptorserializeSpecificFields in class SenseDataDescriptorbyteBuffer - where the serialized fields will be storedindex - the position of the first byte of the sense data descriptor in the ByteBufferCopyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.