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