Package 

Class MeshPassThroughEventModel

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String meshId
      private final Array<byte> raw
      private final int opCode
    • Constructor Summary

      Constructors 
      Constructor Description
      MeshPassThroughEventModel(String meshId, int opCode, Array<byte> raw)
    • Method Summary

      Modifier and Type Method Description
      String getMeshId()
      Array<byte> getRaw()
      int getOpCode()
      • Methods inherited from class java.lang.Object

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

      • MeshPassThroughEventModel

        MeshPassThroughEventModel(String meshId, int opCode, Array<byte> raw)