TIBCO Adapter SDK C++ Reference
MIODescriptorSource::MIODescriptorSource
MIODescriptorSource
Constructor for creating MIODescriptorSource instances.
Parameters
Parameters Description
MApp* pMApp Adapter application for which this MIODescriptorSource is being created.
const MString& rsName Name of this MIODescriptorSource.
int iDescriptor Descriptor for this MIODescriptorSource. Typically a file descriptor, socket descriptor, or pipe descriptor.
MIOEventType ioEventType Event type for this MIODescriptorSource; read, write, or exception.
Declaration
MIODescriptorSource(MApp* pMApp, const MString& rsName, int iDescriptor, MIOEventType ioEventType) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.