CommunicationAccessQueryCollectionFindFirst Method |
Namespace:
AGI.Foundation.Navigation.Advanced
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public NavigationReceiverAccessQuery FindFirst(
int pseudoRandomNoiseCode
)
Public Function FindFirst (
pseudoRandomNoiseCode As Integer
) As NavigationReceiverAccessQuery
public:
NavigationReceiverAccessQuery^ FindFirst(
int pseudoRandomNoiseCode
)
member FindFirst :
pseudoRandomNoiseCode : int -> NavigationReceiverAccessQuery
Parameters
- pseudoRandomNoiseCode
- Type: SystemInt32
The PRN the returned query should be associated with.
Return Value
Type:
NavigationReceiverAccessQueryA
NavigationReceiverAccessQuery with the specified PRN, or
.
See Also