ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkClientSocket Class Reference

vtkClientSocket - Encapsulates a client socket. More...

Inheritance diagram for Kitware.VTK.vtkClientSocket:
[legend]
Collaboration diagram for Kitware.VTK.vtkClientSocket:
[legend]

List of all members.

Public Member Functions

 vtkClientSocket (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkClientSocket ()
 Undocumented Block.
int ConnectToServer (string hostname, int port)
 Connects to host. Returns 0 on success, -1 on error.
virtual bool GetConnectingSide ()
 Returns if the socket is on the connecting side (the side that requests a ConnectToServer() or on the connected side (the side that was waiting for the client to connect). This is used to disambiguate the two ends of a socket connection.
override int IsA (string type)
 Undocumented Block.
new vtkClientSocket NewInstance ()
 Undocumented Block.

Static Public Member Functions

static new vtkClientSocket New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkClientSocket SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkClientSocket"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "15vtkClientSocket"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkClientSocket_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkClientSocket_ConnectToServer_01 (HandleRef pThis, string hostname, int port)
static internal byte vtkClientSocket_GetConnectingSide_02 (HandleRef pThis)
static internal int vtkClientSocket_IsA_03 (HandleRef pThis, string type)
static internal int vtkClientSocket_IsTypeOf_04 (string type)
static internal IntPtr vtkClientSocket_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkClientSocket_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkClientSocket ()
 Automatically generated type registration mechanics.

Detailed Description

vtkClientSocket - Encapsulates a client socket.


Constructor & Destructor Documentation

static Kitware.VTK.vtkClientSocket.vtkClientSocket ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkClientSocket.vtkClientSocket ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

int Kitware.VTK.vtkClientSocket.ConnectToServer ( string  hostname,
int  port 
)

Connects to host. Returns 0 on success, -1 on error.

override void Kitware.VTK.vtkClientSocket.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkSocket.

Returns if the socket is on the connecting side (the side that requests a ConnectToServer() or on the connected side (the side that was waiting for the client to connect). This is used to disambiguate the two ends of a socket connection.

override int Kitware.VTK.vtkClientSocket.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkSocket.

static new int Kitware.VTK.vtkClientSocket.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkSocket.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkSocket.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkSocket.

Here is the call graph for this function:

static internal int Kitware.VTK.vtkClientSocket.vtkClientSocket_ConnectToServer_01 ( HandleRef  pThis,
string  hostname,
int  port 
) [private]
static internal byte Kitware.VTK.vtkClientSocket.vtkClientSocket_GetConnectingSide_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkClientSocket.vtkClientSocket_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkClientSocket.vtkClientSocket_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkClientSocket.vtkClientSocket_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkClientSocket.vtkClientSocket_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkClientSocket.vtkClientSocket_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkClientSocket.MRClassNameKey = "15vtkClientSocket" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkSocket.

new const string Kitware.VTK.vtkClientSocket.MRFullTypeName = "Kitware.VTK.vtkClientSocket"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkSocket.


The documentation for this class was generated from the following file: