You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
321 B
Go

1 year ago
package common
type RegistrationInfo struct {
Address TetraFlexAddress
ConnectionState uint32
RemoteVersion uint32
MaxVersion uint32
MyNumber uint32
MyShortNumber uint32
CallCount byte
StreamCount byte
RoamingRef uint32
Description string
1 year ago
RTPPorts []uint16
}