|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.honeywell.ioctl.IoctlRWStruct
public class IoctlRWStruct
Specific data element which used to access HoneywellIOCTL functions.
Field Summary | |
---|---|
byte[] |
buffer
When call hsmReadData(), this buffer used to store the low level info returned from driver, you need to allocate memory for this buffer; When call hsmWriteData(), this buffer contains data sent to driver. |
int |
bufferSize
indicate buffer size in bytes. |
int |
dataItem
IOCTL number. |
int |
readSize
When call hsmReadData() successfully, actually read data size in byte will be set; When call hsmWriteData(),ignore this item. |
Constructor Summary | |
---|---|
IoctlRWStruct()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int dataItem
public byte[] buffer
public int bufferSize
public int readSize
Constructor Detail |
---|
public IoctlRWStruct()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |