10 lines
195 B
C#
10 lines
195 B
C#
namespace RobotNet.RobotShares.VDA5050.FactsheetExtend;
|
|
|
|
#nullable disable
|
|
|
|
public class ChargerParam
|
|
{
|
|
public string Charger_ip { get; set; }
|
|
public uint Charger_port { get; set; }
|
|
}
|