Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Robotics Class Reference
Constructs a Multiple Queue Port using individual Port<T> instances
Namespace: Microsoft.Ccr.Core
Assembly: Microsoft.Ccr.Core (in Microsoft.Ccr.Core.dll) Version: 4.0.261.0 (4.0.261.0)
Syntax
public PortSet(
Port<T0> parameter0,
Port<T1> parameter1,
Port<T2> parameter2,
Port<T3> parameter3,
Port<T4> parameter4,
Port<T5> parameter5,
Port<T6> parameter6,
Port<T7> parameter7,
Port<T8> parameter8,
Port<T9> parameter9,
Port<T10> parameter10,
Port<T11> parameter11,
Port<T12> parameter12,
Port<T13> parameter13,
Port<T14> parameter14,
Port<T15> parameter15,
Port<T16> parameter16,
Port<T17> parameter17,
Port<T18> parameter18,
Port<T19> parameter19
)
Parameters
- parameter0
Type: Microsoft.Ccr.Core. . :: . .Port< (Of < ( <'T0> ) > ) >
- parameter1
Type: Microsoft.Ccr.Core. . :: . .Port< (Of < ( <'T1> ) > ) >
- parameter2
Type: Microsoft.Ccr.Core. . :: . .Port< (Of < ( <'T2> ) > ) >
- parameter3
Type: Microsoft.Ccr.Core. . :: . .Port< (Of < ( <'T3> ) > ) >
- parameter4
Type: Microsoft.Ccr.Core. . :: . .Port< (Of < ( <'T4> ) > ) >
- parameter5
Type: Microsoft.Ccr.Core. . :: . .Port< (Of < ( <'T5> ) > ) >
- parameter6
Type: Microsoft.Ccr.Core. . :: . .Port< (Of < ( <'T6> ) > ) >
- parameter7
Type: Microsoft.Ccr.Core. . :: . .Port< (Of < ( <'T7> ) > ) >
- parameter8
Type: Microsoft.Ccr.Core. . :: . .Port< (Of < ( <'T8> ) > ) >
- parameter9
Type: Microsoft.Ccr.Core. . :: . .Port< (Of < ( <'T9> ) > ) >
- parameter10
Type: Microsoft.Ccr.Core. . :: . .Port< (Of < ( <'T10> ) > ) >
- parameter11
Type: Microsoft.Ccr.Core. . :: . .Port< (Of < ( <'T11> ) > ) >
- parameter12
Type: Microsoft.Ccr.Core. . :: . .Port< (Of < ( <'T12> ) > ) >
- parameter13
Type: Microsoft.Ccr.Core. . :: . .Port< (Of < ( <'T13> ) > ) >
- parameter14
Type: Microsoft.Ccr.Core. . :: . .Port< (Of < ( <'T14> ) > ) >
- parameter15
Type: Microsoft.Ccr.Core. . :: . .Port< (Of < ( <'T15> ) > ) >
- parameter16
Type: Microsoft.Ccr.Core. . :: . .Port< (Of < ( <'T16> ) > ) >
- parameter17
Type: Microsoft.Ccr.Core. . :: . .Port< (Of < ( <'T17> ) > ) >
- parameter18
Type: Microsoft.Ccr.Core. . :: . .Port< (Of < ( <'T18> ) > ) >
- parameter19
Type: Microsoft.Ccr.Core. . :: . .Port< (Of < ( <'T19> ) > ) >
See Also
PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> ) > ) > Overload