github.com/bluenviron/gomavlib/v2@v2.2.1-0.20240308101627-2c07e3da629c/pkg/dialects/csairlink/message_airlink_eye_hp.go (about) 1 //autogenerated:yes 2 //nolint:revive,misspell,govet,lll 3 package csairlink 4 5 // A package with information about the hole punching status. It is used for constant sending to avoid NAT closing timeout. 6 type MessageAirlinkEyeHp struct { 7 // Hole push response type 8 RespType AIRLINK_EYE_HOLE_PUSH_TYPE `mavenum:"uint8"` 9 } 10 11 // GetID implements the message.Message interface. 12 func (*MessageAirlinkEyeHp) GetID() uint32 { 13 return 52004 14 }