Example #1
0
 public ByteBuffer getDestSubaddress() throws ValueNotSetException {
   return destSubaddress.getValue();
 }
Example #2
0
 public ByteBuffer getSourceSubaddress() throws ValueNotSetException {
   return sourceSubaddress.getValue();
 }
Example #3
0
 public ByteBuffer callbackNum() throws ValueNotSetException {
   return callbackNum.getValue();
 }
Example #4
0
 public ByteBuffer getCallbackNumAtag() throws ValueNotSetException {
   return callbackNumAtag.getValue();
 }
Example #5
0
 public ByteBuffer getMessagePayload() throws ValueNotSetException {
   return messagePayload.getValue();
 }