|
ActiViz .NET
5.8.0
|
vtkClientSocket - Encapsulates a client socket. More...
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. | |
vtkClientSocket - Encapsulates a client socket.
| 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.
| 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.
| virtual bool Kitware.VTK.vtkClientSocket.GetConnectingSide | ( | ) | [virtual] |
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.
| static new vtkClientSocket Kitware.VTK.vtkClientSocket.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkSocket.
| static new vtkClientSocket Kitware.VTK.vtkClientSocket.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkSocket.
| 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] |
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.
1.7.6.1