System.IO.BACnet.BacnetMstpProtocolTransport.SendFrame C# (CSharp) Method

SendFrame() private method

private SendFrame ( BacnetMstpFrameTypes frame_type, byte destination_address ) : void
frame_type BacnetMstpFrameTypes
destination_address byte
return void
        private void SendFrame(BacnetMstpFrameTypes frame_type, byte destination_address)
        {
            SendFrame(new MessageFrame(frame_type, destination_address, null, 0));
        }

Same methods

BacnetMstpProtocolTransport::SendFrame ( MessageFrame frame ) : void