Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:references [2019/05/22 08:48]
jbkim [ApplicationOption]
en:references [2019/09/23 13:25] (current)
simba
Line 1: Line 1:
 ====== References ====== ====== References ======
 =====DeviceListener===== =====DeviceListener=====
-DeviceListener is a callback listener that receives ​callback ​data from the device.+DeviceListener is a callback listener that receives data from the device. 
 <code java> <code java>
 public class DeviceListener implements IDeviceListener public class DeviceListener implements IDeviceListener
Line 351: Line 352:
      */      */
     public byte[] template;     public byte[] template;
 +}
 +</​code>​
 +
 +\\
 +=====RS232Data=====
 +<code java>
 +public class RS232Data extends SvpPayload implements Cloneable {
 +    /**
 +     * The data of byte array.
 +     */
 +    private byte[] rs232Data;
 } }
 </​code>​ </​code>​