add error handling to arg encoding and message/bundle ToBytes()

This commit is contained in:
Joel Wetzell
2026-04-13 18:38:25 -05:00
parent 1130adf046
commit 4744321d71
9 changed files with 169 additions and 62 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package osc
type OSCPacket interface {
ToBytes() []byte
ToBytes() ([]byte, error)
}
type OSCBundle struct {