Class CmdBase.BpsReply

  • Enclosing class:
    CmdBase

    public static class CmdBase.BpsReply
    extends java.lang.Object
    Reply object returned by BPS.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int cmd
      Command issued
      byte[] data
      Reponse array
      int rpl
      Reply code
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • cmd

        public final int cmd
        Command issued
      • rpl

        public final int rpl
        Reply code
      • data

        public final byte[] data
        Reponse array