bytedreamer / OSDP.Net

A .NET Core control panel implementation of the Open Supervised Device Protocol(OSDP)
Apache License 2.0
47 stars 19 forks source link

PD comms introduction #114

Closed dxm007 closed 1 year ago

bytedreamer commented 1 year ago

I updated the messages to use defined command types to remove the usage of numeric numbers in the classes.

My recommendation is to create the following base classes.

If it makes sense, use IncomingMessage and OutgoingMessage.

bytedreamer commented 1 year ago

It might be easier to think of messages as Incoming or Outgoing, rather than PD or ACU.

dxm007 commented 1 year ago

We just reviewed this stuff via a virtual chat, summary of where we are...