![]() |
G5.Api 1.22.0.121
.Net API to control Regatron G5 devices
|
Public Member Functions | |
| void | SetAccessMode (ActiveInterfaceAccessMode accessMode) |
| Set an access mode. | |
| ActiveInterfaceAccessMode | GetAccessMode () |
| Returns the actual access mode. | |
| void | RequestInterface (ActiveInterfaceAccessMode accessMode) |
| Request the active interface with the desired access mode. Throws an exception if access option is set to "Locked". | |
| void | TransferInterface (ActiveInterfaceId interfaceId) |
| Transfer the active interface to another interface. | |
| ActiveInterfaceInformationDetails | GetActiveInterfaceInformation () |
| Returns the interface information of the currently active interface. | |
| Boolean | HasActiveInterface () |
| Returns a boolean value whether the calling instance has the active interface. | |
| IList< ActiveInterfaceInformationDetails > | GetConnectedInterfaces () |
| Returns the interface informations of the connected interfaces. | |
|
inline |
|
inline |
Returns the interface information of the currently active interface.
| G5ApiException |
|
inline |
Returns the interface informations of the connected interfaces.
| G5ApiException |
|
inline |
Returns a boolean value whether the calling instance has the active interface.
| G5ApiException |
|
inline |
Request the active interface with the desired access mode. Throws an exception if access option is set to "Locked".
| accessMode |
| G5ApiException |
|
inline |
|
inline |
Transfer the active interface to another interface.
| interfaceId |
| G5ApiException |