C# Class hobd.NetworkDataManager

ファイルを表示 Open project: cail/hobd

Public Methods

Method Description
CreateNew ( bool force, string VehicleName, string VehicleType, string vin, string Lang ) : int
NetworkDataManager ( string AccessKey ) : System
Validate ( ) : int

Method Details

CreateNew() public method

public CreateNew ( bool force, string VehicleName, string VehicleType, string vin, string Lang ) : int
force bool
VehicleName string
VehicleType string
vin string
Lang string
return int

NetworkDataManager() public method

public NetworkDataManager ( string AccessKey ) : System
AccessKey string
return System

Validate() public method

public Validate ( ) : int
return int