Refactor pdus into many files

This commit is contained in:
PhatPhuckDave
2024-07-22 20:35:53 +02:00
parent 3d977b5657
commit 21e2e17f27
12 changed files with 343 additions and 298 deletions

10
pdu/enquire.go Normal file
View File

@@ -0,0 +1,10 @@
package pdu
type (
ENQUIRE_LINK struct {
PDU_HEADER
}
ENQUIRE_LINK_RESP struct {
PDU_HEADER
}
)