public interface PduTranscoderContext
| Modifier and Type | Method and Description |
|---|---|
String |
lookupResultMessage(int commandStatus)
Lookup a "command_status" value and returns a String that represents a result
message (description) of what the value means.
|
String |
lookupTlvTagName(short tag)
Lookup a name for the tag of a TLV and returns a String that represents a
name for it.
|
String lookupResultMessage(int commandStatus)
commandStatus - The command_status field to lookupString lookupTlvTagName(short tag)
tag - The TLV's tag value to lookupCopyright © 2009–2015 Fizzed, Inc. All rights reserved.