public class AdsNotificationHeader
extends com.sun.jna.Structure
implements com.sun.jna.Structure.ByReference
| Modifier and Type | Field and Description |
|---|---|
int |
cbSampleSize
Number of bytes transferred.
|
int |
hNotification
Handle for the notification.
|
long |
nTimeStamp
Contains a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601 (UTC).
|
| Constructor and Description |
|---|
AdsNotificationHeader()
For use by JNA.
|
AdsNotificationHeader(long nTimeStamp,
int hNotification,
int cbSampleSize) |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
getFieldOrder() |
int |
headerSize() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic long nTimeStamp
public int hNotification
public int cbSampleSize
Copyright © 2018 LSST. All rights reserved.