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.
15 lines
297 B
Go
15 lines
297 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
|
||
|
RTPPorts []uint16
|
||
|
}
|