Beispiel #1
0
 public new void RegisterTo(UInt16 channelMask, ViReceiveProperty property)
 {
     Element0.RegisterTo(channelMask, property);
     Element1.RegisterTo(channelMask, property);
     Element2.RegisterTo(channelMask, property);
     Element3.RegisterTo(channelMask, property);
 }
Beispiel #2
0
 public new void RegisterTo(UInt16 channelMask, ViReceiveProperty property)
 {
     SpellID.RegisterTo(channelMask, property);
     EffectIdx.RegisterTo(channelMask, property);
     EndTime.RegisterTo(channelMask, property);
     CastorValue.RegisterTo(channelMask, property);
     Value.RegisterTo(channelMask, property);
 }
Beispiel #3
0
 public void RegisterTo(UInt16 channelMask, ViReceiveProperty property)
 {
     _channelMask = channelMask;
     _slot        = property.RegisterNode(this);
 }