IrDA Function Reference

prnConnect

IrDA Function Reference | Example

This function connects to an IrDA printer.

<DllImport("SapphireIRDA.dll")> _
Public Function prnConnect(ByVal lLicence As Integer) As Integer
End Function

Parameters

  lLicence
    An integer specifying the licence number of the registered utility. If using in demo mode, enter 1234567890.

Return Values

  Returns a number indicating success or failure where 0 is successful.