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.
|
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
|
|
RTPPorts []uint16
|
|
}
|