protected BlazeMessageAttribute(BlazeComponent component, ushort command)
 {
     Command   = command;
     Component = component;
 }
Ejemplo n.º 2
0
 public BlazeResponseAttribute(BlazeComponent component, ushort command) : base(component, command)
 {
 }
Ejemplo n.º 3
0
 public BlazeNotificationAttribute(BlazeComponent component, ushort command) : base(component, command)
 {
 }