Click or drag to resize

Transmitter5 Constructor

Public constructor

Namespace: SwissDecTX
Assembly: SwissDecTX.Transmitter5 (in SwissDecTX.Transmitter5.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax
public Transmitter5()
Example
Creating a SwissDecTX.Transmitter() instance
   using SwissDecTX;

// ...

       try {

           var tx = new Transmitter5();

           // TODO: Set the Url and certificates if needed

           // TODO: Use the transmitter...

       } catch (Exception ex) {

           MessageBox.Show(ex.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);

       }
See Also