G5.Api 1.22.0.121
.Net API to control Regatron G5 devices
Loading...
Searching...
No Matches
Regatron.G5.Api.Devices.DeviceInformation Class Referencesealed

Public Member Functions

String GetSerialNumber ()
 Get the serial number of a device.
 
String GetDeviceName ()
 Get the user defined device name.
 
void SetDeviceName (String deviceName)
 Set the user defined device name.
Maximum numbers of chars is 31.
To make the renaming effective it is necessary
to save all system settings.
 
DateTime GetTimeStamp ()
 Get the current timestamp of a device.
 
ProductType GetProductType ()
 Get the product type of a device.
 

Member Function Documentation

◆ GetDeviceName()

String Regatron.G5.Api.Devices.DeviceInformation.GetDeviceName ( )
inline

Get the user defined device name.

Exceptions
G5ApiException

◆ GetProductType()

ProductType Regatron.G5.Api.Devices.DeviceInformation.GetProductType ( )
inline

Get the product type of a device.

Exceptions
G5ApiException

◆ GetSerialNumber()

String Regatron.G5.Api.Devices.DeviceInformation.GetSerialNumber ( )
inline

Get the serial number of a device.

Exceptions
G5ApiException

◆ GetTimeStamp()

DateTime Regatron.G5.Api.Devices.DeviceInformation.GetTimeStamp ( )
inline

Get the current timestamp of a device.

Exceptions
G5ApiException

◆ SetDeviceName()

void Regatron.G5.Api.Devices.DeviceInformation.SetDeviceName ( String deviceName)
inline

Set the user defined device name.
Maximum numbers of chars is 31.
To make the renaming effective it is necessary
to save all system settings.

Exceptions
G5ApiException