RPacketContext::TDataChannelV2 Class Reference

class RPacketContext::TDataChannelV2 : public TPacketBase

Contains data channel parameters.

Contains the information previously returned by LoanCommPort() (iCsy and iPort), as well as the new information which is generated by context creation, e.g. the context (data channel) identity, for version 2 of the API.

It is passed as a packaged parameter to RPacketContext::InitialiseContext().

Inherits from

Public Member Functions
TDataChannelV2()
Inherited Functions
TPacketBase::ExtensionId()const
TPacketBase::TPacketBase()
Public Attributes
TName iChannelId
TFileName iCsy
TName iPort
Inherited Attributes
TPacketBase::iExtensionId

Constructor & Destructor Documentation

TDataChannelV2()

IMPORT_CTDataChannelV2()

Standard constructor since version 2 of the API.

The member data are initialized to NULL. The client should set the data to valid values. Note that the iCsy and iPort data members are deprecated.

Member Data Documentation

TName iChannelId

TName iChannelId

Context Identity. The Channel name information returned by the lower layers (Nif).

TFileName iCsy

TFileName iCsy

CSY name. Data previously used by LoanDataPort() in version 1 of the API.

TName iPort

TName iPort

Port name Data previously used by LoanDataPort().