study-system/server/asn1/StudySystemProtocol.asn1

12 lines
144 B
Groff

StudySystemProtocol DEFINITIONS EXPLICIT TAGS ::= BEGIN
Request ::= CHOICE {
foo [0] NULL
}
Response ::= CHOICE {
msg [0] UTF8String
}
END