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