java.lang.Object
pt.unl.fct.di.novasys.babel.generic.ProtoIPC
pt.unl.fct.di.novasys.babel.generic.ProtoRequest
pt.unl.fct.di.tardis.babel.iot.controlprotocol.requests.ShowEmojiRequest

public class ShowEmojiRequest extends pt.unl.fct.di.novasys.babel.generic.ProtoRequest
  • Nested Class Summary

    Nested classes/interfaces inherited from class pt.unl.fct.di.novasys.babel.generic.ProtoIPC

    pt.unl.fct.di.novasys.babel.generic.ProtoIPC.Type
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final short
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ShowEmojiRequest(com.github.yafna.raspberry.grovepi.pi4j.GroveLedMatrix.Emoji emoji)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.github.yafna.raspberry.grovepi.pi4j.GroveLedMatrix.Emoji
     

    Methods inherited from class pt.unl.fct.di.novasys.babel.generic.ProtoRequest

    getId

    Methods inherited from class pt.unl.fct.di.novasys.babel.generic.ProtoIPC

    getType

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • ShowEmojiRequest

      public ShowEmojiRequest(com.github.yafna.raspberry.grovepi.pi4j.GroveLedMatrix.Emoji emoji)
  • Method Details

    • getEmoji

      public com.github.yafna.raspberry.grovepi.pi4j.GroveLedMatrix.Emoji getEmoji()