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