public static class StaticInfoDecoder.HwDeviceInfoGroupDecoder extends java.lang.Object implements java.lang.Iterable<StaticInfoDecoder.HwDeviceInfoGroupDecoder>, java.util.Iterator<StaticInfoDecoder.HwDeviceInfoGroupDecoder>
Constructor and Description |
---|
HwDeviceInfoGroupDecoder() |
Modifier and Type | Method and Description |
---|---|
int |
actingBlockLength() |
java.lang.StringBuilder |
appendTo(java.lang.StringBuilder builder) |
int |
count() |
java.lang.String |
deviceDescription() |
static java.lang.String |
deviceDescriptionCharacterEncoding() |
static int |
deviceDescriptionHeaderLength() |
static int |
deviceDescriptionId() |
int |
deviceDescriptionLength() |
static java.lang.String |
deviceDescriptionMetaAttribute(MetaAttribute metaAttribute) |
long |
deviceMemoryMax() |
static int |
deviceMemoryMaxId() |
static long |
deviceMemoryMaxMaxValue() |
static java.lang.String |
deviceMemoryMaxMetaAttribute(MetaAttribute metaAttribute) |
static long |
deviceMemoryMaxMinValue() |
static long |
deviceMemoryMaxNullValue() |
int |
getDeviceDescription(byte[] dst,
int dstOffset,
int length) |
int |
getDeviceDescription(org.agrona.MutableDirectBuffer dst,
int dstOffset,
int length) |
boolean |
hasNext() |
java.util.Iterator<StaticInfoDecoder.HwDeviceInfoGroupDecoder> |
iterator() |
StaticInfoDecoder.HwDeviceInfoGroupDecoder |
next() |
void |
remove() |
static int |
sbeBlockLength() |
static int |
sbeHeaderSize() |
java.lang.String |
toString() |
void |
wrap(StaticInfoDecoder parentMessage,
org.agrona.DirectBuffer buffer) |
public void wrap(StaticInfoDecoder parentMessage, org.agrona.DirectBuffer buffer)
public static int sbeHeaderSize()
public static int sbeBlockLength()
public int actingBlockLength()
public int count()
public java.util.Iterator<StaticInfoDecoder.HwDeviceInfoGroupDecoder> iterator()
iterator
in interface java.lang.Iterable<StaticInfoDecoder.HwDeviceInfoGroupDecoder>
public void remove()
remove
in interface java.util.Iterator<StaticInfoDecoder.HwDeviceInfoGroupDecoder>
public boolean hasNext()
hasNext
in interface java.util.Iterator<StaticInfoDecoder.HwDeviceInfoGroupDecoder>
public StaticInfoDecoder.HwDeviceInfoGroupDecoder next()
next
in interface java.util.Iterator<StaticInfoDecoder.HwDeviceInfoGroupDecoder>
public static int deviceMemoryMaxId()
public static java.lang.String deviceMemoryMaxMetaAttribute(MetaAttribute metaAttribute)
public static long deviceMemoryMaxNullValue()
public static long deviceMemoryMaxMinValue()
public static long deviceMemoryMaxMaxValue()
public long deviceMemoryMax()
public static int deviceDescriptionId()
public static java.lang.String deviceDescriptionCharacterEncoding()
public static java.lang.String deviceDescriptionMetaAttribute(MetaAttribute metaAttribute)
public static int deviceDescriptionHeaderLength()
public int deviceDescriptionLength()
public int getDeviceDescription(org.agrona.MutableDirectBuffer dst, int dstOffset, int length)
public int getDeviceDescription(byte[] dst, int dstOffset, int length)
public java.lang.String deviceDescription()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.StringBuilder appendTo(java.lang.StringBuilder builder)