#include
<fbio.h>

Definition at line 162 of file fbio.h.
Public Member Functions |
|
| virtual int | Add (int pItem) |
| Add a commport to the property list.
|
|
| virtual int | Remove (int pItem) |
| Remove Comm Port pItem from
property list. |
|
| virtual void | RemoveAt (int pIndex) |
| Remove the comm port at pIndex.
|
|
| virtual int | operator[] (int pIndex) |
| Get the comm port at pIndex.
|
|
| virtual int | GetCount () |
| Get the number of comm ports recognized.
|
|
| virtual int Add | ( | int | pItem | ) | [virtual] |
Add a commport to the property list.
| pItem | Comm port to add to list. |
Implements FBPropertyBaseList< int >.
| virtual int Remove | ( | int | pItem | ) | [virtual] |
Remove Comm Port pItem from property list.
| pItem | Comm Port to remove from list. |
Reimplemented from FBPropertyBaseList< int >.
| virtual void RemoveAt | ( | int | pIndex | ) | [virtual] |
Remove the comm port at pIndex.
| pIndex | Index of comm port to remove. |
Implements FBPropertyBasicList.
| virtual int operator[] | ( | int | pIndex | ) | [virtual] |
Get the comm port at pIndex.
| pIndex | Index of commport. |
Implements FBPropertyBaseList< int >.
| virtual int GetCount | ( | ) | [virtual] |
Get the number of comm ports recognized.
Implements FBPropertyBasicList.