daveNewInterface

Create a daveInterface structure.

extern (C)
daveInterface*
daveNewInterface
(
_daveOSserialType nfd
,
const(char)* nname
,,,
int speed
)

Parameters

nfd

A _daveOSserialType

nname
Type: const(char)*

Interface name

localMPI
Type: int

The address used by your computer/adapter (only meaningful for MPI and PPI)

protocol
Type: int

A constant specifying the protocol to be used on this interface

speed
Type: int

A constant specifying the speed to be used on this interface. (only meaningful for MPI and Profibus)

Meta