Class BlePfcClient.PfcResponse
-
- All Implemented Interfaces:
public final class BlePfcClient.PfcResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final ByteresponseCodeprivate final BlePfcClient.PfcMessageopCodeprivate final Bytestatusprivate final ByteArraypayload
-
Constructor Summary
Constructors Constructor Description BlePfcClient.PfcResponse()BlePfcClient.PfcResponse(ByteArray data)
-
Method Summary
Modifier and Type Method Description final BytegetResponseCode()final BlePfcClient.PfcMessagegetOpCode()final BytegetStatus()final ByteArraygetPayload()StringtoString()-
-
Constructor Detail
-
BlePfcClient.PfcResponse
BlePfcClient.PfcResponse()
-
BlePfcClient.PfcResponse
BlePfcClient.PfcResponse(ByteArray data)
-
-
Method Detail
-
getResponseCode
final Byte getResponseCode()
-
getOpCode
final BlePfcClient.PfcMessage getOpCode()
-
getPayload
final ByteArray getPayload()
-
-
-
-