DsspResponsePort(RESPONSE) Members
Microsoft Robotics Class Reference
The DsspResponsePort< (Of < ( <'RESPONSE> ) > ) > type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DsspResponsePort< (Of < ( <'RESPONSE> ) > ) > |
Initializes a new instance of the DsspResponsePort< (Of < ( <'RESPONSE> ) > ) > class
|
Methods
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> ) > ) >.)RemarksUse to avoid possible exception thrown if message type is incompatible with the port |
Properties
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> ) > ) >.)RemarksIndex is 0-based. |
|
P1 |
Returns the port 1th port in this collection.
(Inherited from PortSet< (Of < ( <'T0, T1> ) > ) >.)RemarksIndex is 0-based. |
|
Ports |
Array of single queue ports for each generic type in this port instance
(Inherited from PortSet< (Of < ( <'T0, T1> ) > ) >.)RemarksIf the mode of operation is PortSetMode.SharedPort, the single shared port instance is returned |
|
SharedPort |
Common port instance for all item types when port is set to SharedMode
(Inherited from PortSet< (Of < ( <'T0, T1> ) > ) >.) |