UartBus source documentation
UbRemoteString.java
1 package eu.javaexperience.electronic.uartbus.rpc.client.types;
2 
8 
9 public interface UbRemoteString extends UbDeviceNs
10 {
11  @UbIndex(ns=1)
12  public VSigned getLength();
13 
14  @UbIndex(ns=2)
16  public byte[] getStringPart(VUnsigned from, VUnsigned length);
17 }