X13.Periphery.MsDevice.SendGw C# (CSharp) Method

SendGw() public method

public SendGw ( MsDevice dev, MsMessage msg ) : void
dev MsDevice
msg MsMessage
return void
    public void SendGw(MsDevice dev, MsMessage msg) {
      if(_gate!=null) {
        _gate.SendGw(this, new MsForward(dev.Addr, msg));
      }
    }
    public byte gwIdx { get { return (byte)(_gate==null?0xFF:_gate.gwIdx); } }

Same methods

MsDevice::SendGw ( byte addr, MsMessage msg ) : void