![]() |
OpenSplice C# API
v6.x
OpenSplice C# Data Distribution Service Data-Centric Publish-Subscribe API
|
Class to hold the handle associated with in sample instance. More...
Public Member Functions | |
InstanceHandle (long handleVal) | |
Constructor to create an instance handle that represents the long. More... | |
override bool | Equals (object obj) |
Test this InstanceHandle is equal to the provided InstanceHandle. More... | |
override int | GetHashCode () |
Calculates hash of the InstanceHandle. More... | |
long | ToInt64 () |
Converts the InstanceHandle into an long. More... | |
override string | ToString () |
Converts InstanceHandle to a string. More... | |
string | ToString (string format) |
Converts InstanceHandle to a string with possible integer format. More... | |
Static Public Member Functions | |
static implicit | operator InstanceHandle (long handleVal) |
Implicit conversion from long to InstanceHandle. More... | |
static implicit | operator long (InstanceHandle handle) |
Implicit conversion from InstanceHandle to long. More... | |
static bool | operator!= (InstanceHandle handle1, InstanceHandle handle2) |
Test if two InstanceHandles are not equal. More... | |
static bool | operator== (InstanceHandle handle1, InstanceHandle handle2) |
Test if two InstanceHandles are equal. More... | |
Static Public Attributes | |
static readonly InstanceHandle | Nil = new InstanceHandle(0) |
Create an nil instance handle. More... | |
Class to hold the handle associated with in sample instance.
Definition at line 631 of file DdsDcpsStructs.cs.
|
inline |
Constructor to create an instance handle that represents the long.
handleVal | handleVal long to convert into an InstanceHandle. |
Definition at line 646 of file DdsDcpsStructs.cs.
|
inline |
Test this InstanceHandle is equal to the provided InstanceHandle.
obj | InstanceHandle to compare. |
Definition at line 658 of file DdsDcpsStructs.cs.
|
inline |
Calculates hash of the InstanceHandle.
Definition at line 672 of file DdsDcpsStructs.cs.
|
inlinestatic |
Implicit conversion from long to InstanceHandle.
Definition at line 720 of file DdsDcpsStructs.cs.
|
inlinestatic |
Implicit conversion from InstanceHandle to long.
Definition at line 731 of file DdsDcpsStructs.cs.
|
inlinestatic |
Test if two InstanceHandles are not equal.
handle1 | InstanceHandle to compare. |
handle2 | InstanceHandle to compare. |
Definition at line 709 of file DdsDcpsStructs.cs.
|
inlinestatic |
Test if two InstanceHandles are equal.
handle1 | InstanceHandle to compare. |
handle2 | InstanceHandle to compare. |
Definition at line 696 of file DdsDcpsStructs.cs.
|
inline |
Converts the InstanceHandle into an long.
Definition at line 683 of file DdsDcpsStructs.cs.
|
inline |
Converts InstanceHandle to a string.
Definition at line 742 of file DdsDcpsStructs.cs.
|
inline |
Converts InstanceHandle to a string with possible integer format.
Definition at line 753 of file DdsDcpsStructs.cs.
|
static |
Create an nil instance handle.
Definition at line 638 of file DdsDcpsStructs.cs.