protected BlazeMessageAttribute(BlazeComponent component, ushort command)
 {
     Command   = command;
     Component = component;
 }
Exemple #2
0
 public BlazeResponseAttribute(BlazeComponent component, ushort command) : base(component, command)
 {
 }
Exemple #3
0
 public BlazeNotificationAttribute(BlazeComponent component, ushort command) : base(component, command)
 {
 }