System.IO.BACnet.BacnetMstpProtocolTransport.SendFrame C# (CSharp) Méthode

SendFrame() private méthode

private SendFrame ( BacnetMstpFrameTypes frame_type, byte destination_address ) : void
frame_type BacnetMstpFrameTypes
destination_address byte
Résultat 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