InfraredOperations Properties

Microsoft Robotics Class Reference

The InfraredOperations type exposes the following members.

Properties

  Name Description
Public property Item
Returns the port instance used to store items of specified type
(Inherited from PortSet.)
Public property Mode
Port operation mode
(Inherited from PortSet.)
Public property P0
Returns the port 0th port in this collection.

Remarks

Index is 0-based.
(Inherited from PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5, T6> ) > ) >.)
Public property P1
Returns the port 1th port in this collection.

Remarks

Index is 0-based.
(Inherited from PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5, T6> ) > ) >.)
Public property P2
Returns the port 2th port in this collection.

Remarks

Index is 0-based.
(Inherited from PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5, T6> ) > ) >.)
Public property P3
Returns the port 3th port in this collection.

Remarks

Index is 0-based.
(Inherited from PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5, T6> ) > ) >.)
Public property P4
Returns the port 4th port in this collection.

Remarks

Index is 0-based.
(Inherited from PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5, T6> ) > ) >.)
Public property P5
Returns the port 5th port in this collection.

Remarks

Index is 0-based.
(Inherited from PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5, T6> ) > ) >.)
Public property P6
Returns the port 6th port in this collection.

Remarks

Index is 0-based.
(Inherited from PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5, T6> ) > ) >.)
Public property Ports
Array of single queue ports for each generic type in this port instance

Remarks

If the mode of operation is PortSetMode.SharedPort, the single shared port instance is returned
(Inherited from PortSet.)
Public property SharedPort
Shared port instance for all generic type arguments of this instance

Remarks

Valid if the mode of operation is PortSetMode.SharedPort, null otherwise
(Inherited from PortSet.)

See Also

InfraredOperations Class

Microsoft.Robotics.Services.Infrared.Proxy Namespace