X13.Periphery.MsDevice.SendGw C# (CSharp) 메소드

SendGw() 공개 메소드

public SendGw ( MsDevice dev, MsMessage msg ) : void
dev MsDevice
msg MsMessage
리턴 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