X13.Periphery.MsDevice.MsGSerial.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) {
        msg.GetBytes();
        lock(_sendQueue) {
          _sendQueue.Enqueue(msg);
        }
      }
      public byte gwIdx { get; private set; }

Same methods

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