Implement demo of DER comms
This commit is contained in:
11
server/asn1/StudySystemProtocol.asn1
Normal file
11
server/asn1/StudySystemProtocol.asn1
Normal file
@@ -0,0 +1,11 @@
|
||||
StudySystemProtocol DEFINITIONS EXPLICIT TAGS ::= BEGIN
|
||||
|
||||
Request ::= CHOICE {
|
||||
foo [0] NULL
|
||||
}
|
||||
|
||||
Response ::= CHOICE {
|
||||
msg [0] UTF8String
|
||||
}
|
||||
|
||||
END
|
||||
Reference in New Issue
Block a user