Use this interface to manage an IEwTerminalTypeX object.
More...
Use this interface to manage an IEwTerminalTypeX object.
- Since
- 2022 SP0
◆ getBlockName()
BSTR IEwTerminalTypeX::getBlockName |
( |
EwErrorCode * |
errorCode | ) |
|
Get the block name of the current object.
- Parameters
-
[out] | errorCode | EwErrorCode enum type, can be:
- EW_NO_ERROR if no error detected
- EW_UNDEFINED_ERROR if another error occurred
|
- Returns
- will contain the name
◆ getID()
LONG IEwTerminalTypeX::getID |
( |
| ) |
|
- Returns
- Get the ID of the object used. -1 if the object is invalid.
◆ getName()
BSTR IEwTerminalTypeX::getName |
( |
EwErrorCode * |
errorCode | ) |
|
Get the name of the current object.
- Parameters
-
[out] | errorCode | EwErrorCode enum type, can be:
- EW_NO_ERROR if no error detected
- EW_UNDEFINED_ERROR if another error occurred
|
- Returns
- will contain the name
◆ setBlockName()
EwErrorCode IEwTerminalTypeX::setBlockName |
( |
BSTR |
strBlockName | ) |
|
Set the block name of the current object.
- Parameters
-
[in] | strBlockName | The block name you want to set |
- Returns
- EwErrorCode enum type, can be:
- EW_NO_ERROR if no error detected
- EW_UNDEFINED_ERROR if another error occurred
- EW_BAD_INPUTS if empty
◆ setName()
Set the name of the current object.
- Parameters
-
[in] | strName | The name you want to set |
- Returns
- EwErrorCode enum type, can be:
- EW_NO_ERROR if no error detected
- EW_UNDEFINED_ERROR if another error occurred
- EW_BAD_INPUTS if empty