CoapPacket

- Added TODO for the part which needs finishing
This commit is contained in:
Tristan B. Velloza Kildaire 2023-10-15 13:34:18 +02:00
parent 150fbe7837
commit ffe6940ca7
1 changed files with 1 additions and 0 deletions

View File

@ -292,6 +292,7 @@ public class CoapPacket
return encoded;
}
// TODO: THIS IS WHAT NEEDS FINISHING!
private CoapOption[] orderOptions()
{
// TODO: Implement ordering here