createConnection

Creates a new daveConnection

daveConnection*
createConnection
(
TcpSocket sock
,
int rack = 0
,
int slot = 0
)

Parameters

sock TcpSocket

Tcp socket

rack int

The rack the CPU is mounted in (normally 0, only meaningful for ISO over TCP).

slot int

The rack the CPU is mounted in (normally 0, only meaningful for ISO over TCP).

Meta