com.intel.security.dalinterface
Class DALCallback
- java.lang.Object
-
- com.intel.security.dalinterface.DALCallback
-
public final class DALCallback extends java.lang.Object
Parcelable implementation of Callback Event data container
-
-
Field Summary
Fields Modifier and Type Field and Description static
CREATOR
-
Constructor Summary
Constructors Constructor and Description DALCallback(long handle, byte[] data, byte dataType)
DALCallback(Parcel parcel)
-
Method Summary
Methods Modifier and Type Method and Description int
describeContents()
byte[]
getData()
byte
getDataType()
long
getHandle()
void
setData(byte[] data)
void
setDataType(byte dataType)
void
setHandle(long handle)
void
writeToParcel(Parcel parcel, int flags)
-
-
-
Constructor Detail
-
DALCallback
public DALCallback(long handle, byte[] data, byte dataType)
-
DALCallback
public DALCallback(Parcel parcel)
-
-
Method Detail
-
getHandle
public final long getHandle()
-
getDataType
public final byte getDataType()
-
getData
public final byte[] getData()
-
setHandle
public final void setHandle(long handle)
-
setDataType
public final void setDataType(byte dataType)
-
setData
public final void setData(byte[] data)
-
describeContents
public int describeContents()
-
writeToParcel
public void writeToParcel(Parcel parcel, int flags)
-
-