Group Point to Point Communication
CloseSock()
Function CloseSock() is not supported.
IpxError()
Function IpxError() is not supported.
IpxOpen()
Function IpxOpen() is not supported.
IsIpx()
Function IsIpx() is not supported.
IsNetBios()
Checks whether NetBIOS support is available.
IsNetBios() --> lNetBiosIsInstalled
IsSpx()
Function IsSpx() is not supported.
NbAddGroup()
Adds a NetBIOS group name to the local name table.
NbAddGroup( <cGroupName> ) --> nGroupNumber
NbAddName()
Adds the NetBIOS name of the workstation to the local name table.
NbAddName( <cWorkstationName> ) --> nNameNumber
NbDelName()
Deletes a NetBIOS name from the local name table.
NbDelName( <cName> ) --> lSuccess
NbDOpen()
Opens NetBIOS send and receive buffers for datagram services.
NbDOpen( <cLocalName>, [<nReceiveBufferSize>], ; // Default: NIL [<nSendBufferSize>], ; // Default: NIL [<cRemoteName>], ; // Default: NIL [<nPackageSize>] ; // Default: 512 ) --> nCommunicationHandle
NbError()
Retrieves the error code of the last NetBIOS call.
NbError( [<nConnectionHandle>] ; // Default: NIL ) --> nErrorCode
NbName()
Reads NetBIOS names from a workstation's name table.
NbName( <nPosition>, [<cWorkStationName>] ; // Default: local workstation ) --> cName
NbNameCnt()
Determines the number of NetBIOS names in the name table.
NbNameCnt( [<cWorkStationName>] ; // Default: local workstation ) --> nNameTableEntries
NbNameNum()
Retrieves the number of a NetBIOS name.
NbNameNum( <cName> ) --> nNetBIOSNumber
NbNameStat()
Determines the status of a NetBIOS name.
NbNameStat( <nPosition>, [<cWorkStationName>] ; // Default: local workstation ) --> nStatus
NbReset()
Resets the NetBIOS adapter.
NbReset( [<nMaxSessions>], ; // Default: 0 [<nMaxNCBs>], ; // Default: 0 [<nNewNameRequest>] ; // Default: 6 ) --> lSuccess
NbSCall()
Opens the NetBIOS session buffers.
NbSCall( <cLocalName>, [<nReceiveBufferSize>], ; // Default: <nPackageSize> [<nSendBufferSize>], ; // Default: <nPackageSize> <cRemoteName>, [<nPackageSize>], ; // Default: 512 [<nReceiveTimeout>], ; // Default: 0 [<nSendTimeout>] ; // Default: 0 ) --> nCommunicationHandle
NbSConTarg()
Determines the connected target station during a NetBIOS session.
NbSConTarg( <nCommunicationHandle> ) --> cNetBIOS_Name
NbSListCon()
Opens NetBIOS session buffers and listens for remote connection requests.
NbSListCon( <cLocalName>, [<nReceiveBufferSize>], ; // Default: 0 [<nSendBufferSize>], ; // Default: 0 [<cRemoteName>], ; // Default: "*" [<nPackageSize>], ; // Default: 512 [<nReceiveTimeout>], ; // Default: 0 [<nSendTimeout>] ; // Default: 0 ) --> nCommunicationHandle
OpenSock()
Function OpenSock() is not supported.
PpcBufTyp()
Determines a communication buffer's type.
PpcBufTyp( <nCommunicationHandle> ) --> nBufferType
PpcCancel()
Closes a communication handle and deletes associated buffers.
PpcCancel( <nCommunicationHandle> ) --> lSuccess
PpcConAct()
Checks whether a NetBIOS session is active.
PpcConAct( <nCommunicationHandle> ) --> lIsActive
PpcEvent()
Function PpcEvent() is not supported.
PpcKey()
Function PpcKey() is not supported.
PpcRead()
Reads data from a communication receive buffer.
PpcRead( <nCommunicationHandle>, [<nBytes>], ; // Default: all bytes [<lLeaveInBuffer>] ; // Default: .F. ) --> cReceivedData
PpcRecCnt()
Retrieves the number of bytes waiting in the receive buffer.
PpcRecCnt( <nCommunicationHandle> ) --> nBytes
PpcRecDisc()
Determines the number of discarded data packages.
PpcRecDisc( <nCommunicationHandle> ) --> nDiscardedPackages
PpcRecErr()
Retrieves the last receive error code.
PpcRecErr( <nCommunicationHandle> ) --> nErrorCode
PpcRecFail()
Determines the number of received data packages with errors.
PpcRecFail( <nCommunicationHandle> ) --> nFailedPackages
PpcRecFlsh()
Flushes the receive buffer.
PpcRecFlsh( <nCommunicationHandle> ) --> lSuccess
PpcRecFree()
Determines the number of unused bytes in the receive buffer.
PpcRecFree( <nCommunicationHandle> ) --> nBytesFree
PpcRecSize()
Determines the size of the receive buffer.
PpcRecSize( <nCommunicationHandle> ) --> nBufferSizeInBytes
PpcRecTot()
Determines the total received data packages.
PpcRecTot( <nCommunicationHandle> ) --> nTotalReceivedPackages
PpcSndCnt()
Determines the number of bytes waiting in the send buffer.
PpcSndCnt( <nCommunicationHandle> ) --> nBytesToSend
PpcSndErr()
Retrieves the last send error code.
PpcSndErr( <nCommunicationHandle> ) --> nErrorCode
PpcSndFail()
Determines the number of sent data packages with errors.
PpcSndFail( <nCommunicationHandle> ) --> nFailedPackages
PpcSndFlsh()
Flushes the send buffer.
PpcSndFlsh( <nCommunicationHandle> ) --> lSuccess
PpcSndFree()
Determines the number of unused bytes in the send buffer.
PpcSndFree( <nCommunicationHandle> ) --> nBytesFree
PpcSndSize()
Determines the size of the send buffer.
PpcSndSize( <nCommunicationHandle> ) --> nBufferSizeInBytes
PpcSndTot()
Determines the total sent data packages.
PpcSndTot( <nCommunicationHandle> ) --> nTotalSentPackages
PpcWrite()
Writes data to the send buffer.
PpcWrite( <nCommunicationHandle>, <cDataToSend> ) --> nBytesNotWritten
SpxConTarg()
Function SpxConTarg() is not supported.
SpxEstbCon()
Function SpxEstbCon() is not supported.
SpxListCon()
Function SpxListCon() is not supported.