SpelConnectionInfo Class
| Member name | Type | Description |
|---|---|---|
| ConnectionIPAddress | String | IP address as configured in Epson RC+. * When the type of the connection is USB or virtual Controller, ConnectionIPAddress is blank. |
| ConnectionNumber | Integer | The number of the connection as configured in Epson RC+. |
| ConnectionName | String | The name of the connection as configured in Epson RC+. |
| ConnectionType | SpelConnectionType | The type of the connection as configured in Epson RC+. |
Here is an example.
VB Example:
Dim connectionInfo() As SpelConnectionInfo
connectionInfo = m_spel.GetConnectionInfo()
C# Example:
SpelConnectionInfo[] info = m_spel.GetConnectionInfo();