public class IncomingFaceId extends Object
| Constructor and Description |
|---|
IncomingFaceId() |
| Modifier and Type | Method and Description |
|---|---|
long |
getFaceId()
Get the incoming face ID value.
|
static IncomingFaceId |
getFirstHeader(LpPacket lpPacket)
Get the first header field in lpPacket which is an IncomingFaceId.
|
void |
setFaceId(long faceId)
Set the face ID value.
|
public long getFaceId()
public void setFaceId(long faceId)
faceId - The incoming face ID value.public static IncomingFaceId getFirstHeader(LpPacket lpPacket)
lpPacket - The LpPacket with the header fields to search.Copyright © 2019. All rights reserved.