Skip to content
This repository was archived by the owner on Feb 28, 2019. It is now read-only.
This repository was archived by the owner on Feb 28, 2019. It is now read-only.

VehicleAuthorizationRequest.cs #5

@MichaelWallace30

Description

@MichaelWallace30
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.

Is there a type of make for c#?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions