![]() |
G5.Api 1.22.0.121
.Net API to control Regatron G5 devices
|
Public Member Functions | |
| String | GetMacAddress () |
| Get actual MAC address. | |
| String | GetDeviceName () |
| Get actual device name. | |
| Boolean | IsDhcpEnabled () |
| Get if DHCP is active. | |
| IPAddress | GetIpAddress () |
| Get actual IP address. | |
| IPAddress | GetStaticIpAddress () |
| Get a dedicated IP address that has been assigned. | |
| Boolean | SetStaticIpAddress (IPAddress address) |
| Set a dedicated IP address. | |
| IPAddress | GetStaticSubnetMask () |
| Get a dedicated sub mask. | |
| Boolean | SetStaticSubnetMask (IPAddress value) |
| Set a dedicated sub mask address. | |
| IPAddress | GetStaticGateway () |
| Get a static gateway. | |
| Boolean | SetStaticGateway (IPAddress value) |
| Set a static gateway address. | |
| IPAddress | GetSubnetMask () |
| Get actual subnet mask. | |
| IPAddress | GetGateway () |
| Get actual gateway. | |
| IPAddress | GetIpV6Address () |
| Get actual IPv6 address. | |
| MediaState | GetMediaState (UInt16 physicalPortNumber) |
| Get actual MediaState. | |
| ConnectionSpeed | GetConnectionSpeed (UInt16 physicalPortNumber) |
| Get actual ConnectionSpeed. | |
| DuplexMode | GetDuplexMode (UInt16 physicalPortNumber) |
| Get actual DuplexMode. | |
| Boolean | EnableDhcp () |
| Try to enable the DHCP. | |
| Boolean | DisableDhcp () |
| Try to disable the DHCP. | |
| Boolean | ChangeSettings () |
| Write all settings to the device. For example change IP address etc. | |
|
inline |
Write all settings to the device. For example change IP address etc.
| G5ApiException |
|
inline |
|
inline |
|
inline |
Get actual ConnectionSpeed.
| physicalPortNumber | This parameter must be only 0 or 1 |
| G5ApiException |
|
inline |
|
inline |
Get actual DuplexMode.
| physicalPortNumber | This parameter must be only 0 or 1 |
| G5ApiException |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Get actual MediaState.
| physicalPortNumber | This parameter must be only 0 or 1 |
| G5ApiException |
|
inline |
|
inline |
Get a dedicated IP address that has been assigned.
| G5ApiException |
|
inline |
|
inline |
|
inline |
Get if DHCP is active.
| G5ApiException |
|
inline |
Set a static gateway address.
| G5ApiException |
|
inline |
Set a dedicated IP address.
| G5ApiException |
|
inline |
Set a dedicated sub mask address.
| G5ApiException |