HRESULT SetTCP(
long lPortLo, long lPortHi, FpcConnectionDirectionType Direction);
Parameters
lPortLo
Long value that specifies the beginning port number. It can be
a value from 1 through 65535.
lPortHi
Long value that specifies the ending port number. It can be a
value from 1 through 65535, and must be equal to or greater than
the value of the iPortLo parameter.
Direction
Required. Connection direction. It can have a value from the
FpcConnectionDirectionType
enumerated type.