X13.Periphery.TWIDriver.Expander.VarChanged C# (CSharp) Method

VarChanged() public method

public VarChanged ( Topic snd, bool delete ) : bool
snd Topic
delete bool
return bool
      public override bool VarChanged(Topic snd, bool delete) {
        if(snd==_mnt) {
          if(delete && _mnt!=null) {
            _mnt.Unsubscribe("+", PinChanged);
          }
          return true;
        }
        return false;
      }
      public override bool Recv(byte[] buf) {