DsspResponsePort(RESPONSE) Members
Microsoft Robotics
Microsoft Robotics Class Reference
The DsspResponsePort<(Of <(<'RESPONSE>)>)> type exposes the following members.
| Name | Description | |
|---|---|---|
|
DsspResponsePort<(Of <(<'RESPONSE>)>)> |
Initializes a new instance of the DsspResponsePort<(Of <(<'RESPONSE>)>)> class
|
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Object.) |
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Post(T0) |
Enqueues a message instance
(Inherited from PortSet<(Of <(<'T0, T1>)>)>.) |
|
PostUnknownType |
Untyped post of a message.
(Inherited from PortSet<(Of <(<'T0, T1>)>)>.) |
|
Test<(Of <<'(T>)>>) |
Atomically removes a message from the port, or returns null if none present
(Inherited from PortSet<(Of <(<'T0, T1>)>)>.) |
|
ToString | (Inherited from Object.) |
|
TryPostUnknownType |
Attempts unsafe (untyped) post of a message instance.
(Inherited from PortSet<(Of <(<'T0, T1>)>)>.) |
| Name | Description | |
|---|---|---|
|
Item |
Returns the port instance used to store items of specified type
(Inherited from PortSet<(Of <(<'T0, T1>)>)>.) |
|
Mode |
Port operation mode
(Inherited from PortSet<(Of <(<'T0, T1>)>)>.) |
|
P0 |
Returns the port 0th port in this collection.
(Inherited from PortSet<(Of <(<'T0, T1>)>)>.) |
|
P1 |
Returns the port 1th port in this collection.
(Inherited from PortSet<(Of <(<'T0, T1>)>)>.) |
|
Ports |
Array of single queue ports for each generic type in this port instance
(Inherited from PortSet<(Of <(<'T0, T1>)>)>.) |
|
SharedPort |
Common port instance for all item types when port is set to SharedMode
(Inherited from PortSet<(Of <(<'T0, T1>)>)>.) |