You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 28, 2019. It is now read-only.
public override ABSPacket Create()
{
return new VehicleAuthorizationRequest();
}
return new VehicleAuthorizationRequest(); //this signature does not exist
its wants
public VehicleAuthorizationRequest(Byte authorized_services,
Byte granted_services,
UInt16 vehicle_id = 0,
Byte vehicle_type = 0)
Also Im currently trying to use the standards in C# and we can either add the files we need in the project or build one dll and just add that.
return new VehicleAuthorizationRequest(); //this signature does not exist
its wants
public VehicleAuthorizationRequest(Byte authorized_services,
Byte granted_services,
UInt16 vehicle_id = 0,
Byte vehicle_type = 0)
Also Im currently trying to use the standards in C# and we can either add the files we need in the project or build one dll and just add that.
Is there a type of make for c#?